summaryrefslogtreecommitdiff
path: root/app-arch/gztool
diff options
context:
space:
mode:
Diffstat (limited to 'app-arch/gztool')
-rw-r--r--app-arch/gztool/Manifest3
-rw-r--r--app-arch/gztool/gztool-1.6.1.ebuild22
-rw-r--r--app-arch/gztool/metadata.xml15
3 files changed, 40 insertions, 0 deletions
diff --git a/app-arch/gztool/Manifest b/app-arch/gztool/Manifest
new file mode 100644
index 0000000..10613d0
--- /dev/null
+++ b/app-arch/gztool/Manifest
@@ -0,0 +1,3 @@
+DIST gztool-1.6.1.tar.gz 91739 BLAKE2B e826e8549a83e0ccda42705edf501120c41266fbafa3679de5ebc6448a318c0b977517b37ae08b3374b20858d2dc05a45281a2448fe3c5923079c1eee6831594 SHA512 7e1562fd25397ba0f3cffc4deac8e3401a6fa01caf298faa55e4b22a4b69a312ffba0e3914a6e69b64af5dc9d12344bf21e639eb1b863b76a60aa28e63ae20d1
+EBUILD gztool-1.6.1.ebuild 586 BLAKE2B 7b96370be0625aff2782202f827b7150f8c895ce687b6a1e11496bcada7ba2e95181b916e18528a5aeda0f25aaa9a9d2e195e63eaf2d6e0da4d1d05f7b5b1c2d SHA512 f575b8407326ae177ff6ccd9a77c4c5c57169b3ab5fba8800b1b22204e39aabb22406fb913e73b615d7c15d0938df48bdab88d6ab71d5b44ec2c5d68206bd6cc
+MISC metadata.xml 489 BLAKE2B acbcce657461a7ac527ffbfaa8c9d904c355b8847e0658d745e6b3a08fc16fa50f5970277683d8267ae7271b408f3f1d181ffdfa111bd4cab376480d4f36c087 SHA512 ca127e7ae50a5d5cc640aaaf747d153b008c3540a64867c38f7098fd966b59ef8dae73846c55d4bdc93eda8c29792eade58f5f8e738fcc5ae04ced7e5339c7ac
diff --git a/app-arch/gztool/gztool-1.6.1.ebuild b/app-arch/gztool/gztool-1.6.1.ebuild
new file mode 100644
index 0000000..53d8dfc
--- /dev/null
+++ b/app-arch/gztool/gztool-1.6.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="GZIP files indexer, compressor and data retriever."
+HOMEPAGE="https://github.com/circulosmeos/gztool"
+SRC_URI="https://github.com/circulosmeos/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+
+DEPEND="sys-libs/zlib"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ default
+ eautoreconf
+}
diff --git a/app-arch/gztool/metadata.xml b/app-arch/gztool/metadata.xml
new file mode 100644
index 0000000..1f3ac64
--- /dev/null
+++ b/app-arch/gztool/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>marcin.deranek@slonko.net</email>
+ <name>Marcin Deranek</name>
+ </maintainer>
+ <upstream>
+ <maintainer status="active">
+ <name>Roberto S. Galende</name>
+ </maintainer>
+ <bugs-to>https://github.com/circulosmeos/gztool/issues</bugs-to>
+ <remote-id type="github">circulosmeos/gztool</remote-id>
+ </upstream>
+</pkgmetadata>