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
704a153f8f
commit
8fde3123b3
1 changed files with 10 additions and 0 deletions
10
BioArchLinux/migrate-n/lilac.py
Normal file
10
BioArchLinux/migrate-n/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