|
|
@ -11,17 +11,15 @@ depends=()
|
|
|
|
source=("git+https://github.com/bedrocklinux/bedrocklinux-userland.git")
|
|
|
|
source=("git+https://github.com/bedrocklinux/bedrocklinux-userland.git")
|
|
|
|
install=bedrocklinux-installer-git.install
|
|
|
|
install=bedrocklinux-installer-git.install
|
|
|
|
|
|
|
|
|
|
|
|
makedepends=('make' 'gcc' 'git' 'autoconf' 'pkg-config' 'meson' 'ninja' 'fakeroot' 'gzip' 'libtool')
|
|
|
|
makedepends=('wget' 'make' 'gcc' 'git' 'autoconf' 'pkg-config' 'meson' 'ninja' 'fakeroot' 'gzip' 'libtool')
|
|
|
|
sha1sums=('SKIP')
|
|
|
|
sha1sums=('SKIP')
|
|
|
|
|
|
|
|
|
|
|
|
pkgver() {
|
|
|
|
pkgver() {
|
|
|
|
cd "${srcdir}/${_dirname}"
|
|
|
|
cd "${srcdir}/${_dirname}"
|
|
|
|
git checkout 0.7 > /dev/null 2>&1
|
|
|
|
|
|
|
|
echo $(head -n 1 ReleaseNotes.md | cut -c2-7)
|
|
|
|
echo $(head -n 1 ReleaseNotes.md | cut -c2-7)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
build() {
|
|
|
|
build() {
|
|
|
|
cd "${srcdir}/${_dirname}"
|
|
|
|
cd "${srcdir}/${_dirname}"
|
|
|
|
git checkout 0.7
|
|
|
|
|
|
|
|
make SKIPSIGN=true
|
|
|
|
make SKIPSIGN=true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|