mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
PopCorn: update to 0.2.1.
This commit is contained in:
parent
28b4dcb172
commit
7755626d49
2 changed files with 4 additions and 3 deletions
|
@ -4,4 +4,5 @@
|
||||||
|
|
||||||
mkdir -p /etc/popcorn
|
mkdir -p /etc/popcorn
|
||||||
chown -R _popcorn:_popcorn /etc/popcorn
|
chown -R _popcorn:_popcorn /etc/popcorn
|
||||||
exec chpst -u _popcorn:_popcorn popcorn --server $SERVER --port $PORT
|
chpst -u _popcorn:_popcorn popcorn --server $SERVER --port $PORT
|
||||||
|
exec chpst -u _popcorn:_popcorn snooze popcorn --server $SERVER --port $PORT
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'PopCorn'
|
# Template file for 'PopCorn'
|
||||||
pkgname=PopCorn
|
pkgname=PopCorn
|
||||||
version=0.2
|
version=0.2.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/the-maldridge/popcorn"
|
go_import_path="github.com/the-maldridge/popcorn"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
||||||
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=eb5623f72a59eec7de84e625cbfb58677fc59fc7cfe0e5e52e50f9288eb9abe8
|
checksum=9ce2ade5ebae5bb31443423b41ab5d6355a2ac3d65cba1d36c3a5616f323a4a9
|
||||||
|
|
||||||
system_accounts="_popcorn"
|
system_accounts="_popcorn"
|
||||||
_popcorn_homedir="/var/lib/popcorn"
|
_popcorn_homedir="/var/lib/popcorn"
|
||||||
|
|
Loading…
Add table
Reference in a new issue