# Description: ck4up - Check for Updates, a utility to monitor web pages for updates # URL: https://github.com/fjaell/ck4up # Maintainer: Juergen Daubert, jue at crux dot nu # Depends on: ruby ruby-gdbm name=ck4up version=1.4.1 release=1 source=(https://github.com/fjaell/ck4up/archive/refs/tags/$version/$name-$version.tar.gz) build() { cd $name-$version make MANDIR=/usr/share/man/man1 DESTDIR=$PKG install }