mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 12:03:50 +02:00
Merge pull request #2661 from okapia/patchutils
New package: patchutils-0.3.4
This commit is contained in:
commit
e36f251259
1 changed files with 18 additions and 0 deletions
18
srcpkgs/patchutils/template
Normal file
18
srcpkgs/patchutils/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'patchutils'
|
||||||
|
pkgname=patchutils
|
||||||
|
version=0.3.4
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="perl"
|
||||||
|
depends="perl"
|
||||||
|
short_desc="Collection of programs that operate on patch files"
|
||||||
|
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="http://cyberelk.net/tim/software/patchutils/"
|
||||||
|
distfiles="http://cyberelk.net/tim/data/patchutils/stable/${pkgname}-${version}.tar.xz"
|
||||||
|
checksum=cf55d4db83ead41188f5b6be16f60f6b76a87d5db1c42f5459d596e81dabe876
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vmkdir usr/share/man/man1
|
||||||
|
vcopy doc/*.1 usr/share/man/man1
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue