19 lines
576 B
Bash
19 lines
576 B
Bash
# Template file for 'patchutils'
|
|
pkgname=patchutils
|
|
version=0.4.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="perl"
|
|
depends="perl"
|
|
short_desc="Collection of programs that operate on patch files"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://cyberelk.net/tim/software/patchutils/"
|
|
distfiles="http://cyberelk.net/tim/data/patchutils/stable/${pkgname}-${version}.tar.xz"
|
|
checksum=8875b0965fe33de62b890f6cd793be7fafe41a4e552edbf641f1fed5ebbf45ed
|
|
|
|
post_install() {
|
|
vmkdir usr/share/man/man1
|
|
vcopy doc/*.1 usr/share/man/man1
|
|
}
|