couchpotato: rebuild for metadata
This commit is contained in:
parent
9249d4f4c0
commit
5aedd6876a
|
@ -1,21 +1,21 @@
|
||||||
# Template build file for 'couchpotato'.
|
# Template file for 'couchpotato'
|
||||||
pkgname=couchpotato
|
pkgname=couchpotato
|
||||||
version=3.0.1
|
version=3.0.1
|
||||||
revision=1
|
revision=2
|
||||||
|
noarch=yes
|
||||||
|
wrksrc="CouchPotatoServer-build-${version}"
|
||||||
|
pycompile_dirs="/usr/share/couchpotato"
|
||||||
|
make_dirs="
|
||||||
|
/var/lib/couchpotato 0755 couchpotato couchpotato"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Usenet PVR for movies"
|
short_desc="Usenet PVR for movies"
|
||||||
maintainer="Ananteris <ananteris@mailinator.com>"
|
maintainer="Ananteris <ananteris@mailinator.com>"
|
||||||
system_accounts="couchpotato"
|
license="GPL-3.0-or-later"
|
||||||
couchpotato_homedir="/var/lib/couchpotato"
|
homepage="http://couchpota.to"
|
||||||
distfiles="https://github.com/RuudBurger/CouchPotatoServer/archive/build/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/RuudBurger/CouchPotatoServer/archive/build/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
checksum=f08f9c6ac02f66c6667f17ded1eea4c051a62bbcbadd2a8673394019878e92f7
|
checksum=f08f9c6ac02f66c6667f17ded1eea4c051a62bbcbadd2a8673394019878e92f7
|
||||||
make_dirs="
|
couchpotato_homedir="/var/lib/couchpotato"
|
||||||
/var/lib/couchpotato 0755 couchpotato couchpotato"
|
system_accounts="couchpotato"
|
||||||
homepage="http://couchpota.to"
|
|
||||||
license="GPL-3"
|
|
||||||
wrksrc="CouchPotatoServer-build-${version}"
|
|
||||||
noarch="yes"
|
|
||||||
pycompile_dirs="/usr/share/${pkgname}"
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/share/couchpotato
|
vmkdir usr/share/couchpotato
|
||||||
|
|
Loading…
Reference in New Issue