lots of stuff
This commit is contained in:
parent
32d66a7f56
commit
b859e777d0
91 changed files with 2156 additions and 532 deletions
|
@ -1,9 +1,8 @@
|
|||
pkgver=20210802
|
||||
pkgver=20210808
|
||||
pkgname=byacc
|
||||
deps=""
|
||||
mkdeps="bmake"
|
||||
bad=""
|
||||
ext="doc"
|
||||
|
||||
fetch() {
|
||||
curl https://invisible-island.net/datafiles/release/byacc.tar.gz -o $pkgname-$pkgver.tar.gz
|
||||
|
@ -26,13 +25,10 @@ package() {
|
|||
cd $pkgname-$pkgver
|
||||
make install DESTDIR=$pkgdir
|
||||
ln -sr $pkgdir/usr/bin/byacc $pkgdir/usr/bin/yacc
|
||||
rm -r $pkgdir/usr/share
|
||||
}
|
||||
|
||||
package_doc() {
|
||||
cd $pkgname-$pkgver
|
||||
make install DESTDIR=$pkgdir
|
||||
rm -r $pkgdir/usr/bin
|
||||
backup() {
|
||||
|
||||
}
|
||||
|
||||
license() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue