updated on Sun Jan 15 08:01:04 UTC 2012
[aur-mirror.git] / dislines / PKGBUILD
blob486195ffc5ffce50b9738208021486a49439e6ec
1 # Maintainer: Your Name <youremail@domain.com>
2 pkgname=dislines
3 pkgver=1.6
4 pkgrel=1
5 pkgdesc="Distributes the lines of a tagged text into several files"
6 arch=('any')
7 url="http://www.danielclemente.com/dislines/"
8 license=('GPL')
9 groups=()
10 depends=('perl')
11 makedepends=()
12 checkdepends=()
13 optdepends=()
14 provides=()
15 conflicts=()
16 replaces=()
17 backup=()
18 options=()
19 source=("http://www.danielclemente.com/dislines/$pkgname.pl")
20 md5sums=('bea155c8ef7b4a9c4b63c63acb809681')
22 build() {
23   return 0
26 package() {
27   cd "$srcdir"
28   mkdir -p "$pkgdir/usr/bin"
29   install -m755 $pkgname.pl "$pkgdir/usr/bin/$pkgname"