void-packages/srcpkgs/ampache/template
maxice8 dd0bdfa431
ampache: update to 3.8.7.
Closes #15099.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-06-14 12:33:15 +02:00

21 lines
698 B
Bash

# Template file for 'ampache'
pkgname=ampache
version=3.8.7
revision=1
noarch=yes
create_wrksrc=yes
hostmakedepends="unzip"
depends="php mysql"
short_desc="Web-based tool for managing your audio/video files"
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
license="AGPL-3"
homepage="http://ampache.org"
distfiles="https://github.com/ampache/ampache/releases/download/${version}/${pkgname}-${version}_all.zip"
checksum=1327d384e10df6b6de0232ecddb0fe1ba9feb952107e47cfe37d2f0c15cdba34
do_install() {
vmkdir usr/share/webapps/${pkgname}
cp -rT ${wrksrc} ${DESTDIR}/usr/share/webapps/${pkgname}
vlicense docs/AGPL-LICENSE
vinstall ${FILESDIR}/nginx-example.conf 644 usr/share/doc/${pkgname}
}