mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
add open-delta
This commit is contained in:
parent
ae35f8c417
commit
be0846b0a0
2 changed files with 18 additions and 0 deletions
10
open-delta/lilac.py
Executable file
10
open-delta/lilac.py
Executable file
|
@ -0,0 +1,10 @@
|
||||||
|
#!/usr/bin/env python3
|
||||||
|
from lilaclib import *
|
||||||
|
|
||||||
|
def pre_build():
|
||||||
|
update_pkgver_and_pkgrel(_G.newver.lstrip('v'))
|
||||||
|
run_cmd(['updpkgsums'])
|
||||||
|
|
||||||
|
def post_build():
|
||||||
|
git_add_files('PKGBUILD')
|
||||||
|
git_commit()
|
8
open-delta/lilac.yaml
Normal file
8
open-delta/lilac.yaml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
build_prefix: extra-x86_64
|
||||||
|
maintainers:
|
||||||
|
- github: starsareintherose
|
||||||
|
email: starsareintherose@outlook.com
|
||||||
|
update_on:
|
||||||
|
- regex: open-delta-(\d+.\d+)-bin.zip
|
||||||
|
source: regex
|
||||||
|
url: https://github.com/AtlasOfLivingAustralia/open-delta/releases
|
Loading…
Add table
Reference in a new issue