parent
a7bee178e0
commit
b2c58f128a
1 changed files with 21 additions and 0 deletions
21
srcpkgs/goodvibes/template
Normal file
21
srcpkgs/goodvibes/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'goodvibes'
|
||||
pkgname=goodvibes
|
||||
version=0.3.7
|
||||
revision=1
|
||||
wrksrc="goodvibes-v${version}"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake gettext-devel glib-devel pkg-config"
|
||||
makedepends="dconf-devel gst-plugins-base1-devel gtk+3-devel libkeybinder3-devel
|
||||
libsoup-devel"
|
||||
depends="desktop-file-utils hicolor-icon-theme"
|
||||
short_desc="Light and simple internet radio player"
|
||||
maintainer="John <johnz@posteo.net>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://gitlab.com/goodvibes/goodvibes"
|
||||
changelog="https://gitlab.com/goodvibes/goodvibes/raw/v${version}/NEWS"
|
||||
distfiles="https://gitlab.com/goodvibes/goodvibes/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
|
||||
checksum=8d215198ed789c69b7e08b739eb70adc9f4bd14af1cc69e286329c543c5cff91
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
}
|
Loading…
Reference in a new issue