Skip to content

Commit

Permalink
adding tvheadend plugin for vlc
Browse files Browse the repository at this point in the history
  • Loading branch information
demmm committed Apr 12, 2016
1 parent 1e7fd7b commit caa7de1
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions vlc-htsp-plugin/PKGBUILD
@@ -0,0 +1,24 @@

pkgname=vlc-htsp-plugin
pkgver=0.2.1
_commit=49802312472224f369f2ec2964edfefbef3e3527
pkgrel=1
pkgdesc="Plugin for VLC to access TVHeadend via HTSP allows VLC to act as a standalone TVHeadend client."
arch=('x86_64')
url="https://github.com/BtbN/vlc-htsp-plugin/"
license=('GPL2')
depends=('vlc')
source=("https://github.com/BtbN/vlc-htsp-plugin/archive/${_commit}.zip")
md5sums=('19cfb474c81850aa93ea33ead4a827c0')

build() {
cd ${pkgname}-${_commit}

make
}

package() {
cd ${pkgname}-${_commit}

make DESTDIR=${pkgdir} install
}

0 comments on commit caa7de1

Please sign in to comment.