22 lines
790 B
Bash
22 lines
790 B
Bash
|
# 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
|
||
|
}
|