updated on Sat Jan 14 16:01:55 UTC 2012
[aur-mirror.git] / theyoke / PKGBUILD
blobc2437ec4bec82f54c79d70783eae71792cfe5f22
1 # Contributor: ryooichi <ryooichi+arch AT gmail DOT com>
2 pkgname=theyoke
3 pkgver=1.23
4 pkgrel=5
5 pkgdesc="ultra-simple, polite RSS aggregrator for the command line"
6 arch=('i686' 'x86_64')
7 url="http://www.mackers.com/projects/theyoke/"
8 license=('GPL' 'PerlArtistic')
9 groups=()
10 depends=('perl' 'perl-libwww' 'perl-html-parser' 'perl-uri' 'perl-xml-rss' 'perl-digest-md5' 'perl-term-size' 'perl-html-format')
11 optdepends=()
12 makedepends=()
13 provides=()
14 conflicts=()
15 replaces=()
16 backup=()
17 #install=
18 source=('http://www.mackers.com/projects/theyoke/theyoke.txt' 'theyoke.patch')
19 noextract=()
20 md5sums=('ed9bfa9966e959cd754496184b7e4516'
21          'abac3e0761dffd793312fbb2b72d3e46')
22 build() {
23   patch -p0 <theyoke.patch
24   mkdir -p $pkgdir/usr/bin
25   install -m 755 $srcdir/theyoke.txt $pkgdir/usr/bin/theyoke
27 # vim:syntax=sh