summaryrefslogtreecommitdiff
path: root/sys-apps/mjolnir/mjolnir-0.1.0.ebuild
diff options
context:
space:
mode:
authorGuillermo Ramos2020-10-24 20:37:59 +0200
committerGuillermo Ramos2020-10-24 20:37:59 +0200
commitd78c7712df2f484e4b4bbca738bb93558d7bde33 (patch)
tree63d9cfc5a4810e473f65b7ca75aef38405d59313 /sys-apps/mjolnir/mjolnir-0.1.0.ebuild
parent85a5f78828a78050c20b6d5b2fabfd737ea375c5 (diff)
downloadgentoo-overlay-d78c7712df2f484e4b4bbca738bb93558d7bde33.tar.gz
Update mjolnir
Diffstat (limited to 'sys-apps/mjolnir/mjolnir-0.1.0.ebuild')
-rw-r--r--sys-apps/mjolnir/mjolnir-0.1.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/sys-apps/mjolnir/mjolnir-0.1.0.ebuild b/sys-apps/mjolnir/mjolnir-0.1.0.ebuild
new file mode 100644
index 0000000..e827590
--- /dev/null
+++ b/sys-apps/mjolnir/mjolnir-0.1.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION=" Simple and portable shredder (secure file eraser)"
+HOMEPAGE="https://github.com/gramosg/mjolnir"
+SRC_URI="https://github.com/gramosg/mjolnir/archive/master.zip -> ${P}.zip"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+S=${WORKDIR}/"mjolnir-master"
+
+src_install() {
+ dobin mjolnir
+}