void-packages/srcpkgs/strip-nondeterminism/template
2019-08-16 13:18:53 +02:00

21 lines
735 B
Bash

# Template file for 'strip-nondeterminism'
pkgname=strip-nondeterminism
version=1.5.0
revision=1
archs=noarch
build_style=perl-module
hostmakedepends="perl-Archive-Zip"
makedepends="$hostmakedepends"
depends="$makedepends"
short_desc="Non-deterministic information stripper"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://reproducible-builds.org/tools/"
distfiles="http://http.debian.net/debian/pool/main/s/${pkgname}/${pkgname}_${version}.orig.tar.bz2"
checksum=cc6c67ab1fdf1f653409faf9d904de15372fa13a141231b2ac47d6c27a8625a6
post_install() {
# remove Debhelper add-on
rm -f ${DESTDIR}/usr/bin/dh_strip_nondeterminism
rm -f ${DESTDIR}/usr/share/man/man1/dh_strip_nondeterminism.1p
}