updated on Wed Jan 11 08:01:35 UTC 2012
[aur-mirror.git] / updcheck / PKGBUILD
blobaae4b3771eaf5b09a8985d8319fa8f8e1d0e3910
1 # Contributor: test1000 <kfs1@online.no>
2 pkgname=updcheck
3 pkgver=0.7.1
4 pkgrel=1
5 pkgdesc="Shell script that checks a textfile with urls for changes and can show a colored diff, etc as update information"
6 arch=("i686" "x86_64")
7 url="http://idonthaveastinkingurl.com"
8 license=('unknown')
9 depends=('grep' 'sed' 'elinks' 'wget' 'sysvinit')
10 source=("updcheck")
11 build() {
12   cd ${startdir}/src
13   mkdir -p ${pkgdir}/usr/bin
14   install ${startdir}/src/updcheck ${pkgdir}/usr/bin
16 md5sums=('8c9bd39d6d2236529c8f011c3cd93761')