aboutsummaryrefslogtreecommitdiffstats
path: root/community/acf-vlc-daemon/APKBUILD
blob: 1d02023d08607206ad4d8b521796fce96dcedeaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Contributor: Mika Havela <mika.havela@gmail.com>
# Maintainer:
pkgname=acf-vlc-daemon
pkgver=0.5.0
pkgrel=3
pkgdesc="Web-based system administration interface for vlc"
url="https://git.alpinelinux.org/cgit/acf/acf-vlc-daemon"
arch="noarch !s390x !mips !mips64 !armhf"
license="GPL-2.0-only"
depends="acf-core vlc-daemon"
makedepends="$depends_dev"
source="https://dev.alpinelinux.org/archive/acf-vlc-daemon/acf-vlc-daemon-$pkgver.tar.xz"

package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="58bd34963c3ffad4ecd4f5e88c73ca12116bcf50dc1b63c8a4fd5e9c4e1686341e599d2b6a90024dec119529310e9fb34e35735501db22a85550bf611decd328  acf-vlc-daemon-0.5.0.tar.xz"