void-packages/srcpkgs/atool/template

19 lines
578 B
Text
Raw Normal View History

2014-12-22 14:41:35 +00:00
# Template file for 'atool'
pkgname=atool
version=0.39.0
revision=1
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>"
depends="perl"
noarch=yes
build_style=gnu-configure
2014-12-22 14:49:12 +00:00
distfiles="${NONGNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
2014-12-22 14:41:35 +00:00
checksum=aaf60095884abb872e25f8e919a8a63d0dabaeca46faeba87d12812d6efc703b
do_install() {
make prefix=${DESTDIR}/usr install
vinstall extra/bash-completion-atool_0.1-1 644 usr/share/bash-completion/completions $pkgname
2014-12-22 14:41:35 +00:00
}