blob: e443401a0eb6a604864c4fd03018554f2277bdc9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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
}
|