contrib/ketchup/Pkgfile
2008-03-26 13:58:45 +11:00

17 lines
481 B
Plaintext

# Description: Tool for updating versions of the Linux kernel source.
# URL: http://www.selenic.com/ketchup/wiki/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Mark Rosenstand, mark at borkware dot net
# Depends on: python gnupg
name=ketchup
version=0.9.8
release=1
source=(http://www.selenic.com/ketchup/ketchup-$version.tar.bz2)
build() {
install -D -m755 ketchup $PKG/usr/bin/ketchup
install -D -m644 ketchup.1 $PKG/usr/man/man1/ketchup.1
}