New package: mpdas-0.4.2
This commit is contained in:
parent
9b730915f7
commit
8b3ba8e3e9
1 changed files with 21 additions and 0 deletions
21
srcpkgs/mpdas/template
Normal file
21
srcpkgs/mpdas/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'mpdas'
|
||||||
|
pkgname=mpdas
|
||||||
|
version=0.4.2
|
||||||
|
revision=1
|
||||||
|
build_style="gnu-makefile"
|
||||||
|
hostmakedepends="gcc"
|
||||||
|
makedepends="pkg-config libmpdclient-devel libcurl-devel"
|
||||||
|
depends="mpd libmpdclient libcurl"
|
||||||
|
short_desc="MPD AudioScrobbler written in C++ using libcurl"
|
||||||
|
maintainer="ibrokemypie <ibrokemypie@bastardi.net>"
|
||||||
|
license="BSD-3"
|
||||||
|
homepage="http://50hz.ws/mpdas/"
|
||||||
|
distfiles="https://github.com/hrkfdn/mpdas/archive/${version}.tar.gz"
|
||||||
|
checksum=8ebdd0518cbdb033fc0578c9ea894d4670de1d67bf2541418cb5f7ac1210db6f
|
||||||
|
|
||||||
|
pre_install() {
|
||||||
|
export MANPREFIX=/usr/share/man/man1
|
||||||
|
}
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue