summaryrefslogtreecommitdiff
path: root/dev-util/uroot
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/uroot')
-rw-r--r--dev-util/uroot/Manifest1
-rw-r--r--dev-util/uroot/uroot-0.2.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/dev-util/uroot/Manifest b/dev-util/uroot/Manifest
new file mode 100644
index 0000000..5531f75
--- /dev/null
+++ b/dev-util/uroot/Manifest
@@ -0,0 +1 @@
+DIST uroot-0.2.tar.gz 5053 BLAKE2B 8dfe2567b986b0bb8c04f438ceff26aa482d27dbd00caf77ddfa8183f7cddbd3aa8a924f4046e8d1fc7b2d98790a12fe16e894c307f30a9c38973e5b96ce2120 SHA512 4dd550db776f940044e1af0ad7bf6b80626a133da1e75f4d26dd18966d32d7b2e4d4ce860fca3b756d7d7737befc952960605439e469e894902d89c5d1fbdb12
diff --git a/dev-util/uroot/uroot-0.2.ebuild b/dev-util/uroot/uroot-0.2.ebuild
new file mode 100644
index 0000000..ced8ef0
--- /dev/null
+++ b/dev-util/uroot/uroot-0.2.ebuild
@@ -0,0 +1,19 @@
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="User's root"
+HOMEPAGE="https://git.cynerd.cz/uroot/"
+SRC_URI="https://git.cynerd.cz/uroot/snapshot/${P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPLv2"
+SLOT="0"
+KEYWORDS="amd64 ~x86"
+IUSE=""
+
+RDEPEND=">sys-apps/shadow-4.2"
+
+src_prepare() {
+ eapply_user
+ ./bootstrap
+}