mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/alpine-desktop: build on aarch64
This commit is contained in:
parent
a8095a966b
commit
2d3618c21c
@ -1,12 +1,11 @@
|
|||||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
pkgname=alpine-desktop
|
pkgname=alpine-desktop
|
||||||
pkgver=2.5
|
pkgver=2.5
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Meta package for Alpine Desktop"
|
pkgdesc="Meta package for Alpine Desktop"
|
||||||
url="http://alpinelinux.org"
|
url="http://alpinelinux.org"
|
||||||
arch="noarch !aarch64" #firefox-esr not avail on excluded arches
|
arch="noarch"
|
||||||
license="GPL"
|
license="GPL"
|
||||||
makedepends=""
|
|
||||||
depends="
|
depends="
|
||||||
abiword
|
abiword
|
||||||
audacious
|
audacious
|
||||||
@ -29,8 +28,7 @@ depends="
|
|||||||
"
|
"
|
||||||
install=alpine-desktop.post-install
|
install=alpine-desktop.post-install
|
||||||
options="!check"
|
options="!check"
|
||||||
source=""
|
builddir="$srcdir/$pkgname-$pkgver"
|
||||||
builddir="$srcdir"/$pkgname-$pkgver
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
return 0
|
return 0
|
||||||
|
Loading…
Reference in New Issue
Block a user