toxcore.guncellendi

This commit is contained in:
milisbir 2017-08-28 05:20:19 +03:00
parent 3f366abf54
commit 258c03e3b2
2 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# Depends on: libconfig libsodium libvpx opus cmake
name=toxcore
version=0.1.8
version=0.1.10
release=1
source=(https://github.com/TokTok/c-toxcore/archive/v$version.tar.gz)

View File

@ -0,0 +1,4 @@
/sbin/groupadd -g 92 tox-bootstrapd
/sbin/useradd -g tox-bootstrapd -u 92 -d /var/tox-bootstrapd -s /bin/false tox-bootstrapd
/bin/passwd -l tox-bootstrapd
[[ -d var/lib/tox-bootstrapd ]] || install -dm 750 -o tox-bootstrapd -g tox-bootstrapd var/lib/tox-bootstrapd