summaryrefslogtreecommitdiffstats
path: root/dev-libs/librin/librin-0.0.3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/librin/librin-0.0.3.ebuild')
-rw-r--r--dev-libs/librin/librin-0.0.3.ebuild47
1 files changed, 47 insertions, 0 deletions
diff --git a/dev-libs/librin/librin-0.0.3.ebuild b/dev-libs/librin/librin-0.0.3.ebuild
new file mode 100644
index 0000000..405872d
--- /dev/null
+++ b/dev-libs/librin/librin-0.0.3.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit meson eutils
+
+if [[ ${PV} = 9999 ]]; then
+ inherit git-r3
+fi
+
+# multilib-minimal needs to be inherited last
+
+inherit multilib-minimal
+
+DESCRIPTION="The Rin library"
+HOMEPAGE="https://git.seriouss.am/librin/"
+
+if [[ ${PV} = 9999 ]]; then
+ EGIT_REPO_URI="https://git.seriouss.am/librin"
+ KEYWORDS=""
+else
+ SRC_URI="https://git.seriouss.am/librin/snapshot/${P}.tar.bz2"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+RESTRICT="mirror test"
+
+HDEPEND="dev-util/meson"
+
+DEPEND=""
+
+RDEPEND="${DEPEND}"
+
+multilib_src_configure() {
+ meson_src_configure
+}
+
+multilib_src_compile() {
+ meson_src_compile
+}
+
+multilib_src_install() {
+ meson_src_install
+}