Skip to content

Instantly share code, notes, and snippets.

@dlintw
Created February 16, 2016 15:34
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 dlintw/1b60adfa65642a0140b4 to your computer and use it in GitHub Desktop.
Save dlintw/1b60adfa65642a0140b4 to your computer and use it in GitHub Desktop.
PKGBUILD for lstv
update to 0.0.2
# Maintainer: Andy Crowd <andy_crowd@ainsdata.se>
pkgname=lstv
pkgver=0.0.2
pkgrel=1
pkgdesc="DVB channel selector for mplayer."
arch=(any)
depends=(mplayer)
source=("http://downloads.sourceforge.net/project/lstv/lstv-$pkgver.tar.gz")
optdepends=(w_scan)
license=('GPL')
md5sums=('d5bbe4dae3fa9db97f2d0523f05cf2b1')
url="https://sourceforge.net/projects/lstv/"
package() {
install -d "$pkgdir/usr/bin"
install -m755 "$srcdir/$pkgname-$pkgver/lstv" "$pkgdir/usr/bin"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment