19 lines
707 B
Bash
19 lines
707 B
Bash
# Template file for 'atool'
|
|
pkgname=atool
|
|
version=0.39.0
|
|
revision=4
|
|
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"
|
|
depends="perl"
|
|
noarch=yes
|
|
build_style=gnu-configure
|
|
#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"
|
|
checksum=aaf60095884abb872e25f8e919a8a63d0dabaeca46faeba87d12812d6efc703b
|
|
|
|
post_install() {
|
|
vinstall extra/bash-completion-atool_0.1-1 644 usr/share/bash-completion/completions $pkgname
|
|
}
|