1 #Maintainer: Dean Birch <dean.birch0@gmail.com>
5 pkgdesc="Displays RSS feeds on the LCD screen of a G15 keyboard."
6 arch=('i686') #Probably all work - but not tested
7 url=('https://github.com/dean36963/g15rss')
9 depends=('libxml2' 'g15daemon-svn' 'libg15render-svn' 'libg15-svn')
10 #or try below if you havent got svn version!
11 #depends=('libxml2' 'g15daemon' 'libg15render' 'libg15')
12 source=(https://github.com/downloads/dean36963/g15rss/g15rss-svn-0.3-1.tar.gz)
13 md5sums=('865ad11abdbe73dcdb8f3f8ae9c8e19e')
21 mkdir -p "$pkgdir/usr/bin/"
22 cp "$srcdir/g15rss" "$pkgdir/usr/bin/"