vp-build/srcpkgs/strip-nondeterminism/template

22 lines
733 B
Bash

# Template file for 'strip-nondeterminism'
pkgname=strip-nondeterminism
version=0.45.0
revision=1
noarch=yes
build_style=perl-module
hostmakedepends="perl-Archive-Zip"
makedepends="$hostmakedepends"
depends="$makedepends"
short_desc="Non-deterministic information stripper"
maintainer="Enno Boland <gottox@voidlinux.eu>"
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=7c29bff8be0efa6d155d23469c13cc96336406bff1dee58d521f9e8037c868ca
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
}