opt/ck4up/Pkgfile

15 lines
352 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-04-08 16:49:27 +02:00
version=1.3
2006-02-23 16:26:10 +01:00
release=1
source=(http://jue.li/crux/$name/$name-$version.tar.gz)
build () {
cd $name-$version
make DESTDIR=$PKG install
}