lots of stuff
This commit is contained in:
parent
32d66a7f56
commit
b859e777d0
91 changed files with 2156 additions and 532 deletions
|
@ -1,8 +1,8 @@
|
|||
pkgname=perl
|
||||
pkgver=5.32.1
|
||||
pkgver=5.34.0
|
||||
|
||||
fetch() {
|
||||
curl "https://www.cpan.org/src/5.0/perl-5.32.1.tar.gz" -o $pkgname-$pkgver.tar.xz
|
||||
curl "https://www.cpan.org/src/5.0/perl-$pkgver.tar.gz" -o $pkgname-$pkgver.tar.xz
|
||||
tar -xf $pkgname-$pkgver.tar.xz
|
||||
}
|
||||
|
||||
|
@ -47,6 +47,10 @@ package() {
|
|||
rm -rf $pkgdir/usr/share/man
|
||||
}
|
||||
|
||||
backup() {
|
||||
return
|
||||
}
|
||||
|
||||
license() {
|
||||
cd $pkgname-$pkgver
|
||||
cat Copying
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue