-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Expand file tree
/
Copy pathtemplate
More file actions
18 lines (17 loc) · 576 Bytes
/
template
File metadata and controls
18 lines (17 loc) · 576 Bytes
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 <[email protected]>"
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
}