add shntool
This commit is contained in:
parent
05b311c4b7
commit
452f73a7c4
9
repo/shntool/lilac.py
Normal file
9
repo/shntool/lilac.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
from lilaclib import *
|
||||
|
||||
|
||||
def pre_build():
|
||||
aur_pre_build()
|
||||
for line in edit_file('PKGBUILD'):
|
||||
if line.startswith('source=('):
|
||||
line = 'source=("http://www.slackware.com/~alien/slackbuilds/${pkgname}/build/${pkgname}-${pkgver}.tar.gz"'
|
||||
print(line)
|
11
repo/shntool/lilac.yaml
Normal file
11
repo/shntool/lilac.yaml
Normal file
|
@ -0,0 +1,11 @@
|
|||
maintainers:
|
||||
- github: yingziwu
|
||||
email: i@bgme.me
|
||||
|
||||
build_prefix: extra-x86_64
|
||||
|
||||
post_build: aur_post_build
|
||||
|
||||
update_on:
|
||||
- source: aur
|
||||
aur: shntool
|
Loading…
Reference in a new issue