Skip to content

Instantly share code, notes, and snippets.

@ivoarch
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivoarch/ec4ed298d879cf9b9588 to your computer and use it in GitHub Desktop.
Save ivoarch/ec4ed298d879cf9b9588 to your computer and use it in GitHub Desktop.
konzolno-radio
# $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $
# Maintainer: <ivo@arch>
pkgname=konzolno-radio
pkgver=1.0.9
pkgrel=1
pkgdesc="Console internet radio to listen to Bulgarian radio stations online in GNU/Linux"
arch=('any')
url="https://github.com/ivoarch/konzolno-radio"
license=('MIT')
depends=('bash' 'mplayer')
source=("https://github.com/ivoarch/konzolno-radio/archive/1.0.9.tar.gz")
md5sums=('c954927d5a3641daaa916ad1a65f3ee8')
package() {
install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
}
# vim:set ts=2 sw=2 et:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment