mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 23:52:34 +01:00
Initial PKGBUILD status as of 28.11.2014
This commit is contained in:
commit
a3fa4a00fe
2 changed files with 32 additions and 0 deletions
16
.SRCINFO
Normal file
16
.SRCINFO
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
pkgbase = nzbperl
|
||||
pkgdesc = nzb based nntp/usenet downloader in perl
|
||||
pkgver = 0.6.8
|
||||
pkgrel = 1
|
||||
url = http://noisybox.net/computers/nzbperl/
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
depends = perl-term-readkey
|
||||
depends = perl-xml-dom
|
||||
depends = uudeview
|
||||
source = http://noisybox.net/computers/nzbperl/nzbperl-0.6.8.pl
|
||||
md5sums = 70e64b7cd4ff9c7c098bf8dffeb62578
|
||||
|
||||
pkgname = nzbperl
|
||||
|
||||
16
PKGBUILD
Executable file
16
PKGBUILD
Executable file
|
|
@ -0,0 +1,16 @@
|
|||
#Contributor: Xavier Vierling <xavierling@free.fr>
|
||||
pkgname=nzbperl
|
||||
pkgver=0.6.8
|
||||
pkgrel=1
|
||||
pkgdesc="nzb based nntp/usenet downloader in perl"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://noisybox.net/computers/nzbperl/"
|
||||
license="GPL"
|
||||
depends=(perl-term-readkey perl-xml-dom uudeview)
|
||||
source=(http://noisybox.net/computers/nzbperl/$pkgname-$pkgver.pl)
|
||||
md5sums=('70e64b7cd4ff9c7c098bf8dffeb62578')
|
||||
|
||||
build() {
|
||||
cd $startdir/src
|
||||
install -D nzbperl-$pkgver.pl $startdir/pkg/usr/bin/nzbperl
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue