app-arch/tarlz: initial import

Signed-off-by: Florian Schmaus <flo@geekplace.eu>
This commit is contained in:
Florian Schmaus
2021-03-31 15:02:29 +02:00
parent aee053e722
commit e23dacd553
3 changed files with 30 additions and 0 deletions

1
app-arch/tarlz/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST tarlz-0.19.tar.lz 100271 BLAKE2B 077763ffe98e1e06e42cc8b2ba0d2c178a22927dfaede8f909744cad6d57aa7b64b397d22620e1a42e5c45e358c9b90bea02914506a353396e525d0eb8b1dd59 SHA512 f50ac799041d769772964f040ba32059a938b64f5b8570edd7ad3288603e81ae09900a846cc0d9c64a6bd131bdfa8fecb96eeddf02a57209ff8605bb9cd39226

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type='person'>
<email>flo@geekplace.eu</email>
<name>Florian Schmaus</name>
</maintainer>
</pkgmetadata>

View File

@@ -0,0 +1,21 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit unpacker
DESCRIPTION="A parallel archiver combining tar and lzip"
HOMEPAGE="https://www.nongnu.org/lzip/tarlz.html"
SRC_URI="http://download.savannah.gnu.org/releases/lzip/${PN}/${P}.tar.lz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="app-arch/lzlib"
DEPEND="
${RDEPEND}
$(unpacker_src_uri_depends)
"