-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add lilac.py/lilac.yaml for building with archlinuxcn's lilac bot
- Loading branch information
Showing
17 changed files
with
96 additions
and
1 deletion.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
maintainers: | ||
- github: NotKit | ||
|
||
build_prefix: extra-aarch64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/usr/bin/env python3 | ||
from lilaclib import * | ||
|
||
def post_build(): | ||
git_add_files('PKGBUILD') | ||
git_commit() | ||
|
||
if __name__ == '__main__': | ||
single_main() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
maintainers: | ||
- github: NotKit | ||
|
||
build_prefix: extra-aarch64 | ||
|
||
depends: | ||
- drihybrisproto-git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/usr/bin/env python3 | ||
from lilaclib import * | ||
|
||
def post_build(): | ||
git_add_files('PKGBUILD') | ||
git_commit() | ||
|
||
if __name__ == '__main__': | ||
single_main() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
maintainers: | ||
- github: NotKit | ||
|
||
build_prefix: extra-aarch64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/usr/bin/env python3 | ||
from lilaclib import * | ||
|
||
def post_build(): | ||
git_add_files('PKGBUILD') | ||
git_commit() | ||
|
||
if __name__ == '__main__': | ||
single_main() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
maintainers: | ||
- github: NotKit | ||
|
||
build_prefix: extra-aarch64 | ||
|
||
depends: | ||
- drihybrisproto-git | ||
- drihybris-git | ||
- libhybris-geminipda-git |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
maintainers: | ||
- github: NotKit | ||
|
||
build_prefix: extra-aarch64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/usr/bin/env python3 | ||
from lilaclib import * | ||
|
||
def post_build(): | ||
git_add_files('PKGBUILD') | ||
git_commit() | ||
|
||
if __name__ == '__main__': | ||
single_main() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
maintainers: | ||
- github: NotKit | ||
|
||
build_prefix: extra-aarch64 | ||
|
||
depends: | ||
- android-headers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
maintainers: | ||
- github: NotKit | ||
|
||
build_prefix: extra-aarch64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/usr/bin/env python3 | ||
from lilaclib import * | ||
|
||
def post_build(): | ||
git_add_files('PKGBUILD') | ||
git_commit() | ||
|
||
if __name__ == '__main__': | ||
single_main() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
maintainers: | ||
- github: NotKit | ||
|
||
build_prefix: extra-aarch64 | ||
|
||
depends: | ||
- drihybrisproto-git | ||
- drihybris-git | ||
- glamor-hybris-git | ||
- libhybris-geminipda-git |