mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
salmon: add lilac.py
This commit is contained in:
parent
07f550f061
commit
55cd406672
2 changed files with 11 additions and 7 deletions
11
BioArchLinux/salmon/lilac.py
Normal file
11
BioArchLinux/salmon/lilac.py
Normal file
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from lilaclib import *
|
||||
|
||||
def pre_build():
|
||||
update_pkgver_and_pkgrel(_G.newver.lstrip('v'))
|
||||
|
||||
def post_build():
|
||||
git_add_files('PKGBUILD')
|
||||
git_commit()
|
||||
update_aur_repo()
|
|
@ -3,13 +3,6 @@ maintainers:
|
|||
- github: sukanka
|
||||
email: su975853527@gmail.com
|
||||
|
||||
pre_build_script: |
|
||||
update_pkgver_and_pkgrel(_G.newver)
|
||||
|
||||
post_build_script: |
|
||||
git_pkgbuild_commit()
|
||||
update_aur_repo()
|
||||
|
||||
update_on:
|
||||
- source: github
|
||||
github: COMBINE-lab/salmon
|
||||
|
|
Loading…
Add table
Reference in a new issue