void-packages/srcpkgs/atool/template

20 lines
707 B
Bash
Raw Normal View History

2014-12-22 14:41:35 +00:00
# Template file for 'atool'
pkgname=atool
version=0.39.0
2015-08-30 19:00:31 +00:00
revision=4
2014-12-22 14:41:35 +00:00
homepage="http://www.nongnu.org/atool/"
short_desc="A script for managing file archives of various types"
license="GPL-2"
maintainer="Georg Schabel <gescha@posteo.de>"
hostmakedepends="perl"
2014-12-22 14:41:35 +00:00
depends="perl"
noarch=yes
build_style=gnu-configure
2014-12-23 07:23:41 +00:00
#distfiles="${NONGNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
distfiles="http://pkgs.fedoraproject.org/repo/pkgs/atool/atool-${version}.tar.gz/e0aa006decbc6484b9dba2879f1bb9f0/atool-${version}.tar.gz"
2014-12-22 14:41:35 +00:00
checksum=aaf60095884abb872e25f8e919a8a63d0dabaeca46faeba87d12812d6efc703b
2014-12-24 15:41:32 +00:00
post_install() {
vinstall extra/bash-completion-atool_0.1-1 644 usr/share/bash-completion/completions $pkgname
2014-12-22 14:41:35 +00:00
}