mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/googler: fix download source archive and build func
This commit is contained in:
parent
a2a98ff399
commit
80afd9bbb0
@ -9,13 +9,17 @@ arch="noarch"
|
||||
license="GPL3"
|
||||
depends="python3"
|
||||
subpackages="$pkgname-doc"
|
||||
source="https://github.com/jarun/${pkgname}/archive/v${pkgver}.tar.gz"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/jarun/${pkgname}/archive/v${pkgver}.tar.gz"
|
||||
builddir="$srcdir/"$pkgname-$pkgver
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
make disable-self-upgrade || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make disable-self-upgrade || return 1
|
||||
make install DESTDIR="$pkgdir" PREFIX=/usr || return 1
|
||||
}
|
||||
|
||||
sha512sums="0fbeb2ca1a70f37ee35b80afebad6e587f42f2b9cae521ee9f057a82cb863509f686ef60b9428244b75a43bda6963b5805d9339e76ffb060bff7f40d8aeabe0c v2.9.tar.gz"
|
||||
sha512sums="0fbeb2ca1a70f37ee35b80afebad6e587f42f2b9cae521ee9f057a82cb863509f686ef60b9428244b75a43bda6963b5805d9339e76ffb060bff7f40d8aeabe0c googler-2.9.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user