summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <junghans@gentoo.org>2020-07-05 08:59:54 -0600
committerChristoph Junghans <junghans@gentoo.org>2020-07-05 08:59:54 -0600
commit36d860514a0493f3697f94a8967d44b94464cafc (patch)
treea7a768009c5d96d407302645d98c54da2bb411be /sci-libs/kim-api/kim-api-2.1.3-r1.ebuild
parentx11-misc/zim: Old (diff)
downloadgentoo-36d860514a0493f3697f94a8967d44b94464cafc.tar.gz
gentoo-36d860514a0493f3697f94a8967d44b94464cafc.tar.bz2
gentoo-36d860514a0493f3697f94a8967d44b94464cafc.zip
sci-libs/kim-api: cmake-utils -> cmake
Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Christoph Junghans <junghans@gentoo.org>
Diffstat (limited to 'sci-libs/kim-api/kim-api-2.1.3-r1.ebuild')
-rw-r--r--sci-libs/kim-api/kim-api-2.1.3-r1.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/sci-libs/kim-api/kim-api-2.1.3-r1.ebuild b/sci-libs/kim-api/kim-api-2.1.3-r1.ebuild
new file mode 100644
index 000000000000..b1edca4f5a16
--- /dev/null
+++ b/sci-libs/kim-api/kim-api-2.1.3-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake fortran-2
+
+DESCRIPTION="Application Programming Interface for atomistic simulations"
+HOMEPAGE="https://openkim.org"
+SRC_URI="https://s3.openkim.org/${PN}/${P}.txz"
+
+LICENSE="CDDL"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="app-editors/vim-core"
+RDEPEND="${DEPEND}"