mirror of
https://github.com/archlinux-jerry/pkgbuilds
synced 2024-11-01 04:22:23 +08:00
change: update overture from aur
This commit is contained in:
parent
d456c63482
commit
8aedc44cd0
3 changed files with 28 additions and 0 deletions
|
@ -2,3 +2,6 @@ type:
|
||||||
auto
|
auto
|
||||||
priority:
|
priority:
|
||||||
10
|
10
|
||||||
|
extra:
|
||||||
|
- update:
|
||||||
|
- bash buildbot.update.d/update.sh
|
||||||
|
|
24
overture/buildbot.update.d/config.sh
Normal file
24
overture/buildbot.update.d/config.sh
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
#!/bin/bash
|
||||||
|
# buildbot update hook for aur packages
|
||||||
|
|
||||||
|
PKGNAME='overture'
|
||||||
|
PKGBUILD='PKGBUILD'
|
||||||
|
|
||||||
|
# prepare upstream source
|
||||||
|
prepare() {
|
||||||
|
# sed -i "s/^arch=.*$/arch=('aarch64')/g" PKGBUILD
|
||||||
|
# git apply 0001.patch
|
||||||
|
true
|
||||||
|
}
|
||||||
|
|
||||||
|
# which files to include, overrides exclude_files below
|
||||||
|
INCLUDE_FILES=(
|
||||||
|
# 'PKGBUILD'
|
||||||
|
# '.gitignore'
|
||||||
|
)
|
||||||
|
|
||||||
|
# which files to exclude, use '*' and '.*' to exclude all
|
||||||
|
EXCLUDE_FILES=(
|
||||||
|
'.SRCINFO'
|
||||||
|
'.git'
|
||||||
|
)
|
1
overture/buildbot.update.d/update.sh
Symbolic link
1
overture/buildbot.update.d/update.sh
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../.buildbot/aur.hook.d/update.sh
|
Loading…
Reference in a new issue