aboutsummaryrefslogtreecommitdiffstats
path: root/community/alpine-desktop/APKBUILD
blob: 2972c5aa441f05b23357b4c60f5707a1af510b5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=alpine-desktop
pkgver=2.5
pkgrel=2
pkgdesc="Meta package for Alpine Desktop"
url="http://alpinelinux.org"
arch="noarch !aarch64" #firefox-esr not avail on excluded arches
license="GPL"
makedepends=""
depends="
	abiword
	audacious
	claws-mail
	dhcpcd
	dhcpcd-ui
	evince
	firefox-esr
	gnumeric
	lxdm
	ristretto
	sudo
	eudev
	xf86-input-keyboard
	xf86-input-mouse
	xf86-video-vesa
	xfce4
	xorg-server
	xscreensaver
	"
install=alpine-desktop.post-install
options="!check"
source=""
builddir="$srcdir"/$pkgname-$pkgver

build() {
	return 0
}

package() {
	mkdir -p "$pkgdir"
	return 0
}