mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
Create lilac.py
This commit is contained in:
parent
f92a91593f
commit
cb616b4576
1 changed files with 10 additions and 0 deletions
10
BioArchLinux/migrate-n-mpi/lilac.py
Normal file
10
BioArchLinux/migrate-n-mpi/lilac.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/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()
|
Loading…
Add table
Reference in a new issue