rm lilac support for spread spread3 cosnidering the bad maintaining support for source code

This commit is contained in:
starsareintherose 2021-11-06 17:12:53 +00:00
parent 4ad4841517
commit c1b3d5862b
4 changed files with 40 additions and 0 deletions

10
spread/_lilac.py Executable file
View 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()

10
spread/_lilac.yaml Normal file
View file

@ -0,0 +1,10 @@
build_prefix: extra-x86_64
maintainers:
- github: starsareintherose
email: starsareintherose@outlook.com
update_on:
- source: regex
url: https://rega.kuleuven.be/cev/ecv/software/spread
regex: href="https://rega\.kuleuven\.be/cev/ecv/software/spread_files/spread-v(\d+-\d+-\d+)\.jar"
from_pattern: (\d+-\d+-\d+)
to_pattern: (\d+.\d+.\d+)

10
spread3/_lilac.py Executable file
View 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()

10
spread3/_lilac.yaml Normal file
View file

@ -0,0 +1,10 @@
build_prefix: extra-x86_64
maintainers:
- github: starsareintherose
email: starsareintherose@outlook.com
update_on:
- source: regex
url: https://rega.kuleuven.be/cev/ecv/software/spread3_files/
regex: href="https://rega\.kuleuven\.be/cev/ecv/software/spread3_files/spread3-v(\d+-\d+-\d+)\.jar"
from_pattern: (\d+-\d+-\d+)
to_pattern: (\d+.\d+.\d+)