mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 11:45:18 +03:00
testing/apk-autoupdate: fix linter issues
This commit is contained in:
parent
a64397076c
commit
d4fe6aef1c
1 changed files with 1 additions and 3 deletions
|
@ -11,18 +11,16 @@ license="MIT"
|
|||
depends="apk-tools"
|
||||
makedepends="asciidoctor"
|
||||
subpackages="$pkgname-doc"
|
||||
source="$pkgname-$_gitrev.tar.gz::https://github.com/jirutka/$pkgname/archive/$_gitrev.tar.gz
|
||||
source="$pkgname-$_gitrev.tar.gz::https://github.com/jirutka/apk-autoupdate/archive/$_gitrev.tar.gz
|
||||
default-openrc-libexec.patch
|
||||
"
|
||||
builddir="$srcdir/$pkgname-$_gitrev"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
make build prefix=/usr
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make install DESTDIR="$pkgdir" prefix=/usr
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue