mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
PopCorn: update to 0.4
This commit is contained in:
parent
041ab48aeb
commit
2325038b33
1 changed files with 4 additions and 10 deletions
|
@ -1,21 +1,21 @@
|
||||||
# Template file for 'PopCorn'
|
# Template file for 'PopCorn'
|
||||||
pkgname=PopCorn
|
pkgname=PopCorn
|
||||||
version=0.3
|
version=0.4
|
||||||
revision=4
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/the-maldridge/popcorn
|
go_import_path=github.com/the-maldridge/popcorn
|
||||||
go_package="${go_import_path}/cmd/popcorn
|
go_package="${go_import_path}/cmd/popcorn
|
||||||
${go_import_path}/cmd/popcornctl
|
${go_import_path}/cmd/popcornctl
|
||||||
${go_import_path}/cmd/statrepo
|
${go_import_path}/cmd/statrepo
|
||||||
${go_import_path}/cmd/pqueryd"
|
${go_import_path}/cmd/pqueryd"
|
||||||
hostmakedepends="dep"
|
hostmakedepends="git"
|
||||||
depends="snooze"
|
depends="snooze"
|
||||||
short_desc="Package statistics system"
|
short_desc="Package statistics system"
|
||||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/the-maldridge/PopCorn"
|
homepage="https://github.com/the-maldridge/PopCorn"
|
||||||
distfiles="https://github.com/the-maldridge/PopCorn/archive/v${version}.tar.gz"
|
distfiles="https://github.com/the-maldridge/PopCorn/archive/v${version}.tar.gz"
|
||||||
checksum=5e61970c3ba5fd83f6b5b86c30264213461f4a5af8aacd2ba1757333ece05260
|
checksum=b25589802c5e1c277d2e9536add44704a012359b02d7fb4be1b4b0f11eb10d93
|
||||||
|
|
||||||
system_accounts="_popcorn"
|
system_accounts="_popcorn"
|
||||||
_popcorn_homedir="/var/lib/popcorn"
|
_popcorn_homedir="/var/lib/popcorn"
|
||||||
|
@ -23,12 +23,6 @@ make_dirs="
|
||||||
/var/lib/popcorn 0755 _popcorn _popcorn
|
/var/lib/popcorn 0755 _popcorn _popcorn
|
||||||
/etc/popcorn 0755 _popcorn _popcorn"
|
/etc/popcorn 0755 _popcorn _popcorn"
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
cd $GOSRCPATH
|
|
||||||
dep ensure
|
|
||||||
cd $wrksrc
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
vsv popcorn
|
vsv popcorn
|
||||||
|
|
Loading…
Add table
Reference in a new issue