summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c4de6710a79976fe8b2e607fcd3955dd99e0c4ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Contributor: Albert Chang <albert.chang@gmx.com>

pkgname=perl-net-twitter-lite
pkgver=0.12008
pkgrel=1
pkgdesc="A perl interface to the Twitter API"
arch=('any')
url="http://search.cpan.org/dist/Net-Twitter-Lite/"
license=('GPL' 'PerlArtistic')
depends=('perl-json' 'perl-libwww')
makedepends=('perl-module-build-tiny')
options=('!emptydirs')
source=("http://search.cpan.org/CPAN/authors/id/M/MM/MMIMS/Net-Twitter-Lite-$pkgver.tar.gz")
md5sums=('3aa6ffd531f154ac17bc6f9f9134e23b')

build() {
  cd Net-Twitter-Lite-$pkgver
  perl Build.PL
  perl Build
}

package() {
  cd Net-Twitter-Lite-$pkgver
  perl Build install --installdirs=vendor --destdir="$pkgdir"
}