opt/ck4up/Pkgfile

15 lines
379 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: ck4up - Check for Updates, a utility to monitor web pages for updates
# URL: http://jue.li/crux/ck4up
2011-02-02 13:44:37 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
2006-02-23 16:26:10 +01:00
# Depends on: ruby
name=ck4up
2014-12-24 13:31:35 +01:00
version=1.4
2016-09-05 10:23:41 +02:00
release=2
2006-02-23 16:26:10 +01:00
source=(http://jue.li/crux/$name/$name-$version.tar.gz)
build () {
cd $name-$version
2016-09-05 10:23:41 +02:00
make MANDIR=/usr/share/man/man1 DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}