fix linux-bcachefs-git
This commit is contained in:
parent
1dfc33584f
commit
a611ba8e70
11
repo/linux-bcachefs-git/lilac.py
Normal file
11
repo/linux-bcachefs-git/lilac.py
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
|
from lilaclib import *
|
||||||
|
|
||||||
|
|
||||||
|
def pre_build():
|
||||||
|
aur_pre_build()
|
||||||
|
for line in edit_file('PKGBUILD'):
|
||||||
|
if line.startswith('prepare() {'):
|
||||||
|
line = line + '\n git config --global user.email "lilac@noreply.bgme.me"\n git config --global user.name "Lilac"\n'
|
||||||
|
print(line)
|
|
@ -7,12 +7,10 @@ repo_depends:
|
||||||
|
|
||||||
build_prefix: extra-x86_64
|
build_prefix: extra-x86_64
|
||||||
|
|
||||||
pre_build: aur_pre_build
|
|
||||||
|
|
||||||
post_build: aur_post_build
|
post_build: aur_post_build
|
||||||
|
|
||||||
update_on:
|
update_on:
|
||||||
- source: aur
|
- source: aur
|
||||||
aur: linux-bcachefs-git
|
aur: linux-bcachefs-git
|
||||||
- source: github
|
- source: github
|
||||||
github: koverstreet/bcachefs
|
github: koverstreet/bcachefs
|
||||||
|
|
Loading…
Reference in a new issue