sys-fs/ctmg: import application
authorJason A. Donenfeld <zx2c4@gentoo.org>
Thu, 10 Dec 2015 17:34:31 +0000 (18:34 +0100)
committerJason A. Donenfeld <zx2c4@gentoo.org>
Thu, 10 Dec 2015 17:34:44 +0000 (18:34 +0100)
sys-fs/ctmg/Manifest [new file with mode: 0644]
sys-fs/ctmg/ctmg-0.9.ebuild [new file with mode: 0644]
sys-fs/ctmg/metadata.xml [new file with mode: 0644]

diff --git a/sys-fs/ctmg/Manifest b/sys-fs/ctmg/Manifest
new file mode 100644 (file)
index 0000000..79cb7ed
--- /dev/null
@@ -0,0 +1 @@
+DIST ctmg-0.9.tar.xz 3052 SHA256 3ac7697faaa9f19a87de46444691a537544c2a9107743be187476596a93fd752 SHA512 0bb531f9e594393ee778965e44147aef5c1aec9a0977e6900b0b34d2528aac8609cd762fc7d05f712fcb540e42505ad2c276718c04193b2bace17189bac63312 WHIRLPOOL 338b4a97e03ff6758a34cea6444897fac8df08033e07fb5b1f290046e0502a7c23aa25649da0f327b5ed394322be487aa9362433a011e7ad3b9a430b7c02d220
diff --git a/sys-fs/ctmg/ctmg-0.9.ebuild b/sys-fs/ctmg/ctmg-0.9.ebuild
new file mode 100644 (file)
index 0000000..30dd4d4
--- /dev/null
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Simple wrapper around cryptsetup for encrypted containers"
+HOMEPAGE="http://git.zx2c4.com/ctmg/about/"
+SRC_URI="http://git.zx2c4.com/${PN}/snapshot/${P}.tar.xz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~arm ~arm64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="sys-fs/cryptsetup sys-apps/util-linux sys-fs/e2fsprogs sys-apps/coreutils app-admin/sudo"
+
+src_compile() { :; }
+
+src_install() {
+       emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+}
diff --git a/sys-fs/ctmg/metadata.xml b/sys-fs/ctmg/metadata.xml
new file mode 100644 (file)
index 0000000..160670d
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer>
+               <email>zx2c4@gentoo.org</email>
+               <name>Jason A. Donenfeld</name>
+       </maintainer>
+</pkgmetadata>