# Maintainer: Étienne Deparis pkgname=goodvibes pkgver=0.2 pkgrel=2 pkgdesc="Lightweight internet radio player" arch=('i686' 'x86_64') url="https://github.com/elboulangero/goodvibes" license=('GPL') depends=("glib2" "dconf" "gtk3" "libsoup" "libxml2" "libnotify" "gst-plugins-base" "gst-plugins-ugly" "libkeybinder3") makedepends=("inkscape") source=("https://github.com/elboulangero/${pkgname}/archive/${pkgver}.tar.gz") sha256sums=('730612e15f40886eba3b61e0a6cd138c51799a5f9f3848291547426ae14b3aca') build() { cd "$srcdir/$pkgname-$pkgver" ./autogen.sh ./configure --prefix=/usr make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install }