1 # Contributor: test1000 <kfs1@online.no>
5 pkgdesc="Shell script that checks a textfile with urls for changes and can show a colored diff, etc as update information"
7 url="http://idonthaveastinkingurl.com"
9 depends=('grep' 'sed' 'elinks' 'wget' 'sysvinit')
13 mkdir -p ${pkgdir}/usr/bin
14 install ${startdir}/src/updcheck ${pkgdir}/usr/bin
16 md5sums=('8c9bd39d6d2236529c8f011c3cd93761')