[arch-commits] Commit in tuntox/repos (4 files)

2017-11-01 Thread Jiachen Yang
Date: Wednesday, November 1, 2017 @ 16:53:17
  Author: farseerfc
Revision: 265015

archrelease: copy trunk to community-i686, community-x86_64

Added:
  tuntox/repos/community-i686/PKGBUILD
(from rev 265014, tuntox/trunk/PKGBUILD)
  tuntox/repos/community-x86_64/PKGBUILD
(from rev 265014, tuntox/trunk/PKGBUILD)
Deleted:
  tuntox/repos/community-i686/PKGBUILD
  tuntox/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   92 
 community-i686/PKGBUILD   |   46 --
 community-x86_64/PKGBUILD |   46 --
 3 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-01 16:52:04 UTC (rev 265014)
+++ community-i686/PKGBUILD 2017-11-01 16:53:17 UTC (rev 265015)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jiachen Yang 
-# Maintainer: Felix Yan 
-
-pkgname=tuntox
-pkgver=0.0.7
-_commit=ae9993aba7a7c90045a1747fbf33518039b9bb08
-pkgrel=1
-pkgdesc='Tunnel TCP connections over the Tox protocol'
-arch=('i686' 'x86_64')
-url='https://github.com/gjedeer/tuntox'
-license=('GPL3')
-depends=('toxcore' 'libevent')
-makedepends=('cscope')
-source=( # "git+https://github.com/gjedeer/tuntox.git#commit=$_commit;  
#tag=$pkgver
-"https://github.com/gjedeer/${pkgname}/archive/${pkgver}.tar.gz;
-
"https://github.com/gjedeer/${pkgname}/releases/download/${pkgver}/${pkgver}.tar.gz.asc;
-   )
-
-sha512sums=('0b346fc5019b4dae6170771e3a544345cc048b2225737f6af608d1707fa153d762fdf8c22e53dd357fd5f410ad1e1d7ae920dc404ec3e38fa99744a44b03ff91'
-'SKIP')
-validpgpkeys=('11C1B15A5D5DD662E469928AEBDA6B974ED3D2B7')  # GDR!_ 

-
-prepare() {
-  cd $pkgname-$pkgver
-  #sed -i "s|DEPS=libsodium toxcore|DEPS=libsodium libtoxcore|" Makefile
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  # Makefile requires these, make it happy
-  # pending issue: https://github.com/gjedeer/tuntox/issues/35
-  mkdir -p .git
-  touch .git/HEAD .git/index
-  echo "#define GITVERSION \"${_commit}\"" > gitversion.h
-  make tuntox_nostatic  # use dynamic linking
-  mv tuntox_nostatic tuntox
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm755 tuntox "$pkgdir/usr/bin/tuntox"
-  install -Dm755 scripts/tokssh "$pkgdir/usr/bin/tokssh"
-  install -Dm644 scripts/tuntox.service 
"$pkgdir/usr/lib/systemd/system/tuntox.service"
-}

Copied: tuntox/repos/community-i686/PKGBUILD (from rev 265014, 
tuntox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-01 16:53:17 UTC (rev 265015)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jiachen Yang 
+# Maintainer: Felix Yan 
+
+pkgname=tuntox
+pkgver=0.0.8
+#_commit=ae9993aba7a7c90045a1747fbf33518039b9bb08
+pkgrel=1
+pkgdesc='Tunnel TCP connections over the Tox protocol'
+arch=('i686' 'x86_64')
+url='https://github.com/gjedeer/tuntox'
+license=('GPL3')
+depends=('toxcore' 'libevent')
+makedepends=('cscope')
+source=( # "git+https://github.com/gjedeer/tuntox.git#commit=$_commit;  
#tag=$pkgver
+"https://github.com/gjedeer/${pkgname}/archive/${pkgver}.tar.gz;
+
"https://github.com/gjedeer/${pkgname}/releases/download/${pkgver}/${pkgver}.tar.gz.asc;
+   )
+
+sha512sums=('7fdaea7ece9bdb74078f3b3c13a7a8b939f700031b6a845b32e3ef374c952090862d7c895af17515b58b156ad1a3ec87b3d45b8120bfbad5824ddc8266c8da16'
+'SKIP')
+validpgpkeys=('11C1B15A5D5DD662E469928AEBDA6B974ED3D2B7')  # GDR!_ 

+
+prepare() {
+  cd $pkgname-$pkgver
+  #sed -i "s|DEPS=libsodium toxcore|DEPS=libsodium libtoxcore|" Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Makefile requires these, make it happy
+  # pending issue: https://github.com/gjedeer/tuntox/issues/35
+  # mkdir -p .git
+  # touch .git/HEAD .git/index
+  # echo "#define GITVERSION \"${_commit}\"" > gitversion.h
+  make tuntox_nostatic  # use dynamic linking
+  mv tuntox_nostatic tuntox
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm755 tuntox "$pkgdir/usr/bin/tuntox"
+  install -Dm755 scripts/tokssh "$pkgdir/usr/bin/tokssh"
+  install -Dm644 scripts/tuntox.service 
"$pkgdir/usr/lib/systemd/system/tuntox.service"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-01 16:52:04 UTC (rev 265014)
+++ community-x86_64/PKGBUILD   2017-11-01 16:53:17 UTC (rev 265015)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jiachen Yang 
-# Maintainer: Felix Yan 
-
-pkgname=tuntox
-pkgver=0.0.7
-_commit=ae9993aba7a7c90045a1747fbf33518039b9bb08
-pkgrel=1
-pkgdesc='Tunnel TCP connections over the Tox protocol'

[arch-commits] Commit in tuntox/repos (4 files)

2017-10-22 Thread Jiachen Yang
Date: Sunday, October 22, 2017 @ 08:24:21
  Author: farseerfc
Revision: 263965

archrelease: copy trunk to community-i686, community-x86_64

Added:
  tuntox/repos/community-i686/PKGBUILD
(from rev 263964, tuntox/trunk/PKGBUILD)
  tuntox/repos/community-x86_64/PKGBUILD
(from rev 263964, tuntox/trunk/PKGBUILD)
Deleted:
  tuntox/repos/community-i686/PKGBUILD
  tuntox/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   92 
 community-i686/PKGBUILD   |   46 --
 community-x86_64/PKGBUILD |   46 --
 3 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-22 08:22:19 UTC (rev 263964)
+++ community-i686/PKGBUILD 2017-10-22 08:24:21 UTC (rev 263965)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jiachen Yang 
-# Maintainer: Felix Yan 
-
-pkgname=tuntox
-pkgver=0.0.6
-_commit=fad23001af27f1cd380f7d05270ddcc04244f507
-pkgrel=4
-pkgdesc='Tunnel TCP connections over the Tox protocol'
-arch=('i686' 'x86_64')
-url='https://github.com/gjedeer/tuntox'
-license=('GPL3')
-depends=('toxcore')
-makedepends=('cscope')
-source=( # "git+https://github.com/gjedeer/tuntox.git#commit=$_commit;  
#tag=$pkgver
-"https://github.com/gjedeer/${pkgname}/archive/${pkgver}.tar.gz;
-
"https://github.com/gjedeer/${pkgname}/releases/download/${pkgver}/${pkgver}.tar.gz.asc;
-   )
-
-sha512sums=('57893516d2186f9830784f23f6312746ea6c64e0c75c84fbb3f1453da6d7c25f29cb9a848c0160b0d93dc0098d46cd923cf13b5bf2c3142c4cc05b0b14a73872'
-'SKIP')
-validpgpkeys=('11C1B15A5D5DD662E469928AEBDA6B974ED3D2B7')  # GDR!_ 

-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i "s|DEPS=libsodium toxcore|DEPS=libsodium libtoxcore|" Makefile
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  # Makefile requires these, make it happy
-  # pending issue: https://github.com/gjedeer/tuntox/issues/35
-  mkdir -p .git
-  touch .git/HEAD .git/index
-  echo "#define GITVERSION \"${_commit}\"" > gitversion.h
-  make tuntox_nostatic  # use dynamic linking
-  mv tuntox_nostatic tuntox
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm755 tuntox "$pkgdir/usr/bin/tuntox"
-  install -Dm755 scripts/tokssh "$pkgdir/usr/bin/tokssh"
-  install -Dm644 scripts/tuntox.service 
"$pkgdir/usr/lib/systemd/system/tuntox.service"
-}

Copied: tuntox/repos/community-i686/PKGBUILD (from rev 263964, 
tuntox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-22 08:24:21 UTC (rev 263965)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jiachen Yang 
+# Maintainer: Felix Yan 
+
+pkgname=tuntox
+pkgver=0.0.7
+_commit=ae9993aba7a7c90045a1747fbf33518039b9bb08
+pkgrel=1
+pkgdesc='Tunnel TCP connections over the Tox protocol'
+arch=('i686' 'x86_64')
+url='https://github.com/gjedeer/tuntox'
+license=('GPL3')
+depends=('toxcore' 'libevent')
+makedepends=('cscope')
+source=( # "git+https://github.com/gjedeer/tuntox.git#commit=$_commit;  
#tag=$pkgver
+"https://github.com/gjedeer/${pkgname}/archive/${pkgver}.tar.gz;
+
"https://github.com/gjedeer/${pkgname}/releases/download/${pkgver}/${pkgver}.tar.gz.asc;
+   )
+
+sha512sums=('0b346fc5019b4dae6170771e3a544345cc048b2225737f6af608d1707fa153d762fdf8c22e53dd357fd5f410ad1e1d7ae920dc404ec3e38fa99744a44b03ff91'
+'SKIP')
+validpgpkeys=('11C1B15A5D5DD662E469928AEBDA6B974ED3D2B7')  # GDR!_ 

+
+prepare() {
+  cd $pkgname-$pkgver
+  #sed -i "s|DEPS=libsodium toxcore|DEPS=libsodium libtoxcore|" Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Makefile requires these, make it happy
+  # pending issue: https://github.com/gjedeer/tuntox/issues/35
+  mkdir -p .git
+  touch .git/HEAD .git/index
+  echo "#define GITVERSION \"${_commit}\"" > gitversion.h
+  make tuntox_nostatic  # use dynamic linking
+  mv tuntox_nostatic tuntox
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm755 tuntox "$pkgdir/usr/bin/tuntox"
+  install -Dm755 scripts/tokssh "$pkgdir/usr/bin/tokssh"
+  install -Dm644 scripts/tuntox.service 
"$pkgdir/usr/lib/systemd/system/tuntox.service"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-22 08:22:19 UTC (rev 263964)
+++ community-x86_64/PKGBUILD   2017-10-22 08:24:21 UTC (rev 263965)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jiachen Yang 
-# Maintainer: Felix Yan 
-
-pkgname=tuntox
-pkgver=0.0.6
-_commit=fad23001af27f1cd380f7d05270ddcc04244f507
-pkgrel=4
-pkgdesc='Tunnel TCP connections over the Tox protocol'
-arch=('i686' 'x86_64')

[arch-commits] Commit in tuntox/repos (4 files)

2017-10-06 Thread Jiachen Yang
Date: Friday, October 6, 2017 @ 16:58:52
  Author: farseerfc
Revision: 261992

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  tuntox/repos/community-staging-i686/
  tuntox/repos/community-staging-i686/PKGBUILD
(from rev 261991, tuntox/trunk/PKGBUILD)
  tuntox/repos/community-staging-x86_64/
  tuntox/repos/community-staging-x86_64/PKGBUILD
(from rev 261991, tuntox/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   46 
 community-staging-x86_64/PKGBUILD |   46 
 2 files changed, 92 insertions(+)

Copied: tuntox/repos/community-staging-i686/PKGBUILD (from rev 261991, 
tuntox/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-06 16:58:52 UTC (rev 261992)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jiachen Yang 
+# Maintainer: Felix Yan 
+
+pkgname=tuntox
+pkgver=0.0.6
+_commit=fad23001af27f1cd380f7d05270ddcc04244f507
+pkgrel=4
+pkgdesc='Tunnel TCP connections over the Tox protocol'
+arch=('i686' 'x86_64')
+url='https://github.com/gjedeer/tuntox'
+license=('GPL3')
+depends=('toxcore')
+makedepends=('cscope')
+source=( # "git+https://github.com/gjedeer/tuntox.git#commit=$_commit;  
#tag=$pkgver
+"https://github.com/gjedeer/${pkgname}/archive/${pkgver}.tar.gz;
+
"https://github.com/gjedeer/${pkgname}/releases/download/${pkgver}/${pkgver}.tar.gz.asc;
+   )
+
+sha512sums=('57893516d2186f9830784f23f6312746ea6c64e0c75c84fbb3f1453da6d7c25f29cb9a848c0160b0d93dc0098d46cd923cf13b5bf2c3142c4cc05b0b14a73872'
+'SKIP')
+validpgpkeys=('11C1B15A5D5DD662E469928AEBDA6B974ED3D2B7')  # GDR!_ 

+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i "s|DEPS=libsodium toxcore|DEPS=libsodium libtoxcore|" Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Makefile requires these, make it happy
+  # pending issue: https://github.com/gjedeer/tuntox/issues/35
+  mkdir -p .git
+  touch .git/HEAD .git/index
+  echo "#define GITVERSION \"${_commit}\"" > gitversion.h
+  make tuntox_nostatic  # use dynamic linking
+  mv tuntox_nostatic tuntox
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm755 tuntox "$pkgdir/usr/bin/tuntox"
+  install -Dm755 scripts/tokssh "$pkgdir/usr/bin/tokssh"
+  install -Dm644 scripts/tuntox.service 
"$pkgdir/usr/lib/systemd/system/tuntox.service"
+}

Copied: tuntox/repos/community-staging-x86_64/PKGBUILD (from rev 261991, 
tuntox/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-06 16:58:52 UTC (rev 261992)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jiachen Yang 
+# Maintainer: Felix Yan 
+
+pkgname=tuntox
+pkgver=0.0.6
+_commit=fad23001af27f1cd380f7d05270ddcc04244f507
+pkgrel=4
+pkgdesc='Tunnel TCP connections over the Tox protocol'
+arch=('i686' 'x86_64')
+url='https://github.com/gjedeer/tuntox'
+license=('GPL3')
+depends=('toxcore')
+makedepends=('cscope')
+source=( # "git+https://github.com/gjedeer/tuntox.git#commit=$_commit;  
#tag=$pkgver
+"https://github.com/gjedeer/${pkgname}/archive/${pkgver}.tar.gz;
+
"https://github.com/gjedeer/${pkgname}/releases/download/${pkgver}/${pkgver}.tar.gz.asc;
+   )
+
+sha512sums=('57893516d2186f9830784f23f6312746ea6c64e0c75c84fbb3f1453da6d7c25f29cb9a848c0160b0d93dc0098d46cd923cf13b5bf2c3142c4cc05b0b14a73872'
+'SKIP')
+validpgpkeys=('11C1B15A5D5DD662E469928AEBDA6B974ED3D2B7')  # GDR!_ 

+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i "s|DEPS=libsodium toxcore|DEPS=libsodium libtoxcore|" Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Makefile requires these, make it happy
+  # pending issue: https://github.com/gjedeer/tuntox/issues/35
+  mkdir -p .git
+  touch .git/HEAD .git/index
+  echo "#define GITVERSION \"${_commit}\"" > gitversion.h
+  make tuntox_nostatic  # use dynamic linking
+  mv tuntox_nostatic tuntox
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm755 tuntox "$pkgdir/usr/bin/tuntox"
+  install -Dm755 scripts/tokssh "$pkgdir/usr/bin/tokssh"
+  install -Dm644 scripts/tuntox.service 
"$pkgdir/usr/lib/systemd/system/tuntox.service"
+}


[arch-commits] Commit in tuntox/repos (4 files)

2017-04-21 Thread Jiachen Yang
Date: Friday, April 21, 2017 @ 16:22:55
  Author: farseerfc
Revision: 224185

archrelease: copy trunk to community-i686, community-x86_64

Added:
  tuntox/repos/community-i686/PKGBUILD
(from rev 224184, tuntox/trunk/PKGBUILD)
  tuntox/repos/community-x86_64/PKGBUILD
(from rev 224184, tuntox/trunk/PKGBUILD)
Deleted:
  tuntox/repos/community-i686/PKGBUILD
  tuntox/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   92 
 community-i686/PKGBUILD   |   45 -
 community-x86_64/PKGBUILD |   45 -
 3 files changed, 92 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-21 16:21:48 UTC (rev 224184)
+++ community-i686/PKGBUILD 2017-04-21 16:22:55 UTC (rev 224185)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jiachen Yang 
-# Maintainer: Felix Yan 
-
-pkgname=tuntox
-pkgver=0.0.6
-_commit=fad23001af27f1cd380f7d05270ddcc04244f507
-pkgrel=2
-pkgdesc='Tunnel TCP connections over the Tox protocol'
-arch=('i686' 'x86_64')
-url='https://github.com/gjedeer/tuntox'
-license=('GPL3')
-depends=('toxcore')
-makedepends=('cscope')
-source=( # "git+https://github.com/gjedeer/tuntox.git#commit=$_commit;  
#tag=$pkgver
-"https://github.com/gjedeer/${pkgname}/archive/${pkgver}.tar.gz;
-
"https://github.com/gjedeer/${pkgname}/releases/download/${pkgver}/${pkgver}.tar.gz.asc;
-   )
-
-sha512sums=('57893516d2186f9830784f23f6312746ea6c64e0c75c84fbb3f1453da6d7c25f29cb9a848c0160b0d93dc0098d46cd923cf13b5bf2c3142c4cc05b0b14a73872'
-'SKIP')
-validpgpkeys=('11C1B15A5D5DD662E469928AEBDA6B974ED3D2B7')  # GDR!_ 

-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i "s|DEPS=libsodium toxcore|DEPS=libsodium libtoxcore|" Makefile
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  # Makefile requires these, make it happy
-  # pending issue: https://github.com/gjedeer/tuntox/issues/35
-  mkdir -p .git
-  touch .git/HEAD .git/index
-  echo "#define GITVERSION \"${_commit}\"" > gitversion.h
-  make tuntox_nostatic  # use dynamic linking
-  mv tuntox_nostatic tuntox
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm755 tuntox "$pkgdir/usr/bin/tuntox"
-  install -Dm644 scripts/tuntox.service 
"$pkgdir/usr/lib/systemd/system/tuntox.service"
-}

Copied: tuntox/repos/community-i686/PKGBUILD (from rev 224184, 
tuntox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-21 16:22:55 UTC (rev 224185)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jiachen Yang 
+# Maintainer: Felix Yan 
+
+pkgname=tuntox
+pkgver=0.0.6
+_commit=fad23001af27f1cd380f7d05270ddcc04244f507
+pkgrel=3
+pkgdesc='Tunnel TCP connections over the Tox protocol'
+arch=('i686' 'x86_64')
+url='https://github.com/gjedeer/tuntox'
+license=('GPL3')
+depends=('toxcore')
+makedepends=('cscope')
+source=( # "git+https://github.com/gjedeer/tuntox.git#commit=$_commit;  
#tag=$pkgver
+"https://github.com/gjedeer/${pkgname}/archive/${pkgver}.tar.gz;
+
"https://github.com/gjedeer/${pkgname}/releases/download/${pkgver}/${pkgver}.tar.gz.asc;
+   )
+
+sha512sums=('57893516d2186f9830784f23f6312746ea6c64e0c75c84fbb3f1453da6d7c25f29cb9a848c0160b0d93dc0098d46cd923cf13b5bf2c3142c4cc05b0b14a73872'
+'SKIP')
+validpgpkeys=('11C1B15A5D5DD662E469928AEBDA6B974ED3D2B7')  # GDR!_ 

+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i "s|DEPS=libsodium toxcore|DEPS=libsodium libtoxcore|" Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Makefile requires these, make it happy
+  # pending issue: https://github.com/gjedeer/tuntox/issues/35
+  mkdir -p .git
+  touch .git/HEAD .git/index
+  echo "#define GITVERSION \"${_commit}\"" > gitversion.h
+  make tuntox_nostatic  # use dynamic linking
+  mv tuntox_nostatic tuntox
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm755 tuntox "$pkgdir/usr/bin/tuntox"
+  install -Dm755 scripts/tokssh "$pkgdir/usr/bin/tokssh"
+  install -Dm644 scripts/tuntox.service 
"$pkgdir/usr/lib/systemd/system/tuntox.service"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-21 16:21:48 UTC (rev 224184)
+++ community-x86_64/PKGBUILD   2017-04-21 16:22:55 UTC (rev 224185)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jiachen Yang 
-# Maintainer: Felix Yan 
-
-pkgname=tuntox
-pkgver=0.0.6
-_commit=fad23001af27f1cd380f7d05270ddcc04244f507
-pkgrel=2
-pkgdesc='Tunnel TCP connections over the Tox protocol'
-arch=('i686' 'x86_64')
-url='https://github.com/gjedeer/tuntox'
-license=('GPL3')
-depends=('toxcore')

[arch-commits] Commit in tuntox/repos (4 files)

2017-01-20 Thread Jiachen Yang
Date: Saturday, January 21, 2017 @ 07:50:58
  Author: farseerfc
Revision: 208199

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  tuntox/repos/community-testing-i686/
  tuntox/repos/community-testing-i686/PKGBUILD
(from rev 208198, tuntox/trunk/PKGBUILD)
  tuntox/repos/community-testing-x86_64/
  tuntox/repos/community-testing-x86_64/PKGBUILD
(from rev 208198, tuntox/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   45 
 community-testing-x86_64/PKGBUILD |   45 
 2 files changed, 90 insertions(+)

Copied: tuntox/repos/community-testing-i686/PKGBUILD (from rev 208198, 
tuntox/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-01-21 07:50:58 UTC (rev 208199)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jiachen Yang 
+# Maintainer: Felix Yan 
+
+pkgname=tuntox
+pkgver=0.0.6
+_commit=fad23001af27f1cd380f7d05270ddcc04244f507
+pkgrel=2
+pkgdesc='Tunnel TCP connections over the Tox protocol'
+arch=('i686' 'x86_64')
+url='https://github.com/gjedeer/tuntox'
+license=('GPL3')
+depends=('toxcore')
+makedepends=('cscope')
+source=( # "git+https://github.com/gjedeer/tuntox.git#commit=$_commit;  
#tag=$pkgver
+"https://github.com/gjedeer/${pkgname}/archive/${pkgver}.tar.gz;
+
"https://github.com/gjedeer/${pkgname}/releases/download/${pkgver}/${pkgver}.tar.gz.asc;
+   )
+
+sha512sums=('57893516d2186f9830784f23f6312746ea6c64e0c75c84fbb3f1453da6d7c25f29cb9a848c0160b0d93dc0098d46cd923cf13b5bf2c3142c4cc05b0b14a73872'
+'SKIP')
+validpgpkeys=('11C1B15A5D5DD662E469928AEBDA6B974ED3D2B7')  # GDR!_ 

+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i "s|DEPS=libsodium toxcore|DEPS=libsodium libtoxcore|" Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Makefile requires these, make it happy
+  # pending issue: https://github.com/gjedeer/tuntox/issues/35
+  mkdir -p .git
+  touch .git/HEAD .git/index
+  echo "#define GITVERSION \"${_commit}\"" > gitversion.h
+  make tuntox_nostatic  # use dynamic linking
+  mv tuntox_nostatic tuntox
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm755 tuntox "$pkgdir/usr/bin/tuntox"
+  install -Dm644 scripts/tuntox.service 
"$pkgdir/usr/lib/systemd/system/tuntox.service"
+}

Copied: tuntox/repos/community-testing-x86_64/PKGBUILD (from rev 208198, 
tuntox/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-01-21 07:50:58 UTC (rev 208199)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jiachen Yang 
+# Maintainer: Felix Yan 
+
+pkgname=tuntox
+pkgver=0.0.6
+_commit=fad23001af27f1cd380f7d05270ddcc04244f507
+pkgrel=2
+pkgdesc='Tunnel TCP connections over the Tox protocol'
+arch=('i686' 'x86_64')
+url='https://github.com/gjedeer/tuntox'
+license=('GPL3')
+depends=('toxcore')
+makedepends=('cscope')
+source=( # "git+https://github.com/gjedeer/tuntox.git#commit=$_commit;  
#tag=$pkgver
+"https://github.com/gjedeer/${pkgname}/archive/${pkgver}.tar.gz;
+
"https://github.com/gjedeer/${pkgname}/releases/download/${pkgver}/${pkgver}.tar.gz.asc;
+   )
+
+sha512sums=('57893516d2186f9830784f23f6312746ea6c64e0c75c84fbb3f1453da6d7c25f29cb9a848c0160b0d93dc0098d46cd923cf13b5bf2c3142c4cc05b0b14a73872'
+'SKIP')
+validpgpkeys=('11C1B15A5D5DD662E469928AEBDA6B974ED3D2B7')  # GDR!_ 

+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i "s|DEPS=libsodium toxcore|DEPS=libsodium libtoxcore|" Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Makefile requires these, make it happy
+  # pending issue: https://github.com/gjedeer/tuntox/issues/35
+  mkdir -p .git
+  touch .git/HEAD .git/index
+  echo "#define GITVERSION \"${_commit}\"" > gitversion.h
+  make tuntox_nostatic  # use dynamic linking
+  mv tuntox_nostatic tuntox
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm755 tuntox "$pkgdir/usr/bin/tuntox"
+  install -Dm644 scripts/tuntox.service 
"$pkgdir/usr/lib/systemd/system/tuntox.service"
+}


[arch-commits] Commit in tuntox/repos (4 files)

2017-01-07 Thread Jiachen Yang
Date: Sunday, January 8, 2017 @ 07:51:57
  Author: farseerfc
Revision: 206080

archrelease: copy trunk to community-i686, community-x86_64

Added:
  tuntox/repos/community-i686/PKGBUILD
(from rev 206079, tuntox/trunk/PKGBUILD)
  tuntox/repos/community-x86_64/PKGBUILD
(from rev 206079, tuntox/trunk/PKGBUILD)
Deleted:
  tuntox/repos/community-i686/PKGBUILD
  tuntox/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   90 
 community-i686/PKGBUILD   |   35 -
 community-x86_64/PKGBUILD |   35 -
 3 files changed, 90 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-08 07:50:40 UTC (rev 206079)
+++ community-i686/PKGBUILD 2017-01-08 07:51:57 UTC (rev 206080)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jiachen Yang 
-# Maintainer: Felix Yan 
-
-pkgname=tuntox
-pkgver=0.0.5.6d74a7a
-_commit=6d74a7a2da9690ca56b3543a240d53b6b3915bf3
-pkgrel=3
-pkgdesc='Tunnel TCP connections over the Tox protocol'
-arch=('i686' 'x86_64')
-url='https://github.com/gjedeer/tuntox'
-license=('GPL3')
-depends=('toxcore')
-makedepends=('git' 'cscope')
-source=("git+https://github.com/gjedeer/tuntox.git#commit=$_commit;  
#tag=$pkgver
-   )
-sha512sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  sed -i "s|DEPS=libsodium toxcore|DEPS=libsodium libtoxcore|" Makefile
-}
-
-build() {
-  cd $pkgname
-
-  make gitversion.h tuntox_nostatic  # use dynamic linking
-  mv tuntox_nostatic tuntox
-}
-
-package() {
-  cd $pkgname
-  install -Dm755 tuntox "$pkgdir/usr/bin/tuntox"
-  install -Dm644 scripts/tuntox.service 
"$pkgdir/usr/lib/systemd/system/tuntox.service"
-}

Copied: tuntox/repos/community-i686/PKGBUILD (from rev 206079, 
tuntox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-08 07:51:57 UTC (rev 206080)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jiachen Yang 
+# Maintainer: Felix Yan 
+
+pkgname=tuntox
+pkgver=0.0.6
+_commit=fad23001af27f1cd380f7d05270ddcc04244f507
+pkgrel=1
+pkgdesc='Tunnel TCP connections over the Tox protocol'
+arch=('i686' 'x86_64')
+url='https://github.com/gjedeer/tuntox'
+license=('GPL3')
+depends=('toxcore')
+makedepends=('cscope')
+source=( # "git+https://github.com/gjedeer/tuntox.git#commit=$_commit;  
#tag=$pkgver
+"https://github.com/gjedeer/${pkgname}/archive/${pkgver}.tar.gz;
+
"https://github.com/gjedeer/${pkgname}/releases/download/${pkgver}/${pkgver}.tar.gz.asc;
+   )
+
+sha512sums=('57893516d2186f9830784f23f6312746ea6c64e0c75c84fbb3f1453da6d7c25f29cb9a848c0160b0d93dc0098d46cd923cf13b5bf2c3142c4cc05b0b14a73872'
+'SKIP')
+validpgpkeys=('11C1B15A5D5DD662E469928AEBDA6B974ED3D2B7')  # GDR!_ 

+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i "s|DEPS=libsodium toxcore|DEPS=libsodium libtoxcore|" Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Makefile requires these, make it happy
+  # pending issue: https://github.com/gjedeer/tuntox/issues/35
+  mkdir -p .git
+  touch .git/HEAD .git/index
+  echo "#define GITVERSION \"${_commit}\"" > gitversion.h
+  make tuntox_nostatic  # use dynamic linking
+  mv tuntox_nostatic tuntox
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm755 tuntox "$pkgdir/usr/bin/tuntox"
+  install -Dm644 scripts/tuntox.service 
"$pkgdir/usr/lib/systemd/system/tuntox.service"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-08 07:50:40 UTC (rev 206079)
+++ community-x86_64/PKGBUILD   2017-01-08 07:51:57 UTC (rev 206080)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jiachen Yang 
-# Maintainer: Felix Yan 
-
-pkgname=tuntox
-pkgver=0.0.5.6d74a7a
-_commit=6d74a7a2da9690ca56b3543a240d53b6b3915bf3
-pkgrel=3
-pkgdesc='Tunnel TCP connections over the Tox protocol'
-arch=('i686' 'x86_64')
-url='https://github.com/gjedeer/tuntox'
-license=('GPL3')
-depends=('toxcore')
-makedepends=('git' 'cscope')
-source=("git+https://github.com/gjedeer/tuntox.git#commit=$_commit;  
#tag=$pkgver
-   )
-sha512sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  sed -i "s|DEPS=libsodium toxcore|DEPS=libsodium libtoxcore|" Makefile
-}
-
-build() {
-  cd $pkgname
-
-  make gitversion.h tuntox_nostatic  # use dynamic linking
-  mv tuntox_nostatic tuntox
-}
-
-package() {
-  cd $pkgname
-  install -Dm755 tuntox "$pkgdir/usr/bin/tuntox"
-  install -Dm644 scripts/tuntox.service 
"$pkgdir/usr/lib/systemd/system/tuntox.service"
-}

Copied: tuntox/repos/community-x86_64/PKGBUILD (from rev 206079, 
tuntox/trunk/PKGBUILD)

[arch-commits] Commit in tuntox/repos (4 files)

2016-12-29 Thread Jiachen Yang
Date: Thursday, December 29, 2016 @ 16:32:39
  Author: farseerfc
Revision: 203301

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  tuntox/repos/community-staging-i686/
  tuntox/repos/community-staging-i686/PKGBUILD
(from rev 203300, tuntox/trunk/PKGBUILD)
  tuntox/repos/community-staging-x86_64/
  tuntox/repos/community-staging-x86_64/PKGBUILD
(from rev 203300, tuntox/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   35 +++
 community-staging-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: tuntox/repos/community-staging-i686/PKGBUILD (from rev 203300, 
tuntox/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-29 16:32:39 UTC (rev 203301)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jiachen Yang 
+# Maintainer: Felix Yan 
+
+pkgname=tuntox
+pkgver=0.0.5.6d74a7a
+_commit=6d74a7a2da9690ca56b3543a240d53b6b3915bf3
+pkgrel=3
+pkgdesc='Tunnel TCP connections over the Tox protocol'
+arch=('i686' 'x86_64')
+url='https://github.com/gjedeer/tuntox'
+license=('GPL3')
+depends=('toxcore')
+makedepends=('git' 'cscope')
+source=("git+https://github.com/gjedeer/tuntox.git#commit=$_commit;  
#tag=$pkgver
+   )
+sha512sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  sed -i "s|DEPS=libsodium toxcore|DEPS=libsodium libtoxcore|" Makefile
+}
+
+build() {
+  cd $pkgname
+
+  make gitversion.h tuntox_nostatic  # use dynamic linking
+  mv tuntox_nostatic tuntox
+}
+
+package() {
+  cd $pkgname
+  install -Dm755 tuntox "$pkgdir/usr/bin/tuntox"
+  install -Dm644 scripts/tuntox.service 
"$pkgdir/usr/lib/systemd/system/tuntox.service"
+}

Copied: tuntox/repos/community-staging-x86_64/PKGBUILD (from rev 203300, 
tuntox/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-29 16:32:39 UTC (rev 203301)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jiachen Yang 
+# Maintainer: Felix Yan 
+
+pkgname=tuntox
+pkgver=0.0.5.6d74a7a
+_commit=6d74a7a2da9690ca56b3543a240d53b6b3915bf3
+pkgrel=3
+pkgdesc='Tunnel TCP connections over the Tox protocol'
+arch=('i686' 'x86_64')
+url='https://github.com/gjedeer/tuntox'
+license=('GPL3')
+depends=('toxcore')
+makedepends=('git' 'cscope')
+source=("git+https://github.com/gjedeer/tuntox.git#commit=$_commit;  
#tag=$pkgver
+   )
+sha512sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  sed -i "s|DEPS=libsodium toxcore|DEPS=libsodium libtoxcore|" Makefile
+}
+
+build() {
+  cd $pkgname
+
+  make gitversion.h tuntox_nostatic  # use dynamic linking
+  mv tuntox_nostatic tuntox
+}
+
+package() {
+  cd $pkgname
+  install -Dm755 tuntox "$pkgdir/usr/bin/tuntox"
+  install -Dm644 scripts/tuntox.service 
"$pkgdir/usr/lib/systemd/system/tuntox.service"
+}


[arch-commits] Commit in tuntox/repos (4 files)

2016-12-21 Thread Jiachen Yang
Date: Wednesday, December 21, 2016 @ 14:28:29
  Author: farseerfc
Revision: 200809

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  tuntox/repos/community-testing-i686/PKGBUILD
(from rev 200808, tuntox/trunk/PKGBUILD)
  tuntox/repos/community-testing-x86_64/PKGBUILD
(from rev 200808, tuntox/trunk/PKGBUILD)
Deleted:
  tuntox/repos/community-testing-i686/PKGBUILD
  tuntox/repos/community-testing-x86_64/PKGBUILD

---+
 /PKGBUILD |   70 
 community-testing-i686/PKGBUILD   |   35 --
 community-testing-x86_64/PKGBUILD |   35 --
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-12-21 14:27:13 UTC (rev 200808)
+++ community-testing-i686/PKGBUILD 2016-12-21 14:28:29 UTC (rev 200809)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jiachen Yang 
-# Maintainer: Felix Yan 
-
-pkgname=tuntox
-pkgver=0.0.5.6d74a7a
-_commit=6d74a7a2da9690ca56b3543a240d53b6b3915bf3
-pkgrel=1
-pkgdesc='Tunnel TCP connections over the Tox protocol'
-arch=('i686' 'x86_64')
-url='http://tuntox.pl/'
-license=('GPL3')
-depends=('toxcore')
-makedepends=('git' 'cscope')
-source=("git+https://github.com/gjedeer/tuntox.git#commit=$_commit;  
#tag=$pkgver
-   )
-sha512sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  sed -i "s|DEPS=libsodium toxcore|DEPS=libsodium libtoxcore|" Makefile
-}
-
-build() {
-  cd $pkgname
-
-  make gitversion.h tuntox_nostatic  # use dynamic linking
-  mv tuntox_nostatic tuntox
-}
-
-package() {
-  cd $pkgname
-  install -Dm755 tuntox "$pkgdir/usr/bin/tuntox"
-  install -Dm644 scripts/tuntox.service 
"$pkgdir/usr/lib/systemd/system/tuntox.service"
-}

Copied: tuntox/repos/community-testing-i686/PKGBUILD (from rev 200808, 
tuntox/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-12-21 14:28:29 UTC (rev 200809)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jiachen Yang 
+# Maintainer: Felix Yan 
+
+pkgname=tuntox
+pkgver=0.0.5.6d74a7a
+_commit=6d74a7a2da9690ca56b3543a240d53b6b3915bf3
+pkgrel=2
+pkgdesc='Tunnel TCP connections over the Tox protocol'
+arch=('i686' 'x86_64')
+url='https://github.com/gjedeer/tuntox'
+license=('GPL3')
+depends=('toxcore')
+makedepends=('git' 'cscope')
+source=("git+https://github.com/gjedeer/tuntox.git#commit=$_commit;  
#tag=$pkgver
+   )
+sha512sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  sed -i "s|DEPS=libsodium toxcore|DEPS=libsodium libtoxcore|" Makefile
+}
+
+build() {
+  cd $pkgname
+
+  make gitversion.h tuntox_nostatic  # use dynamic linking
+  mv tuntox_nostatic tuntox
+}
+
+package() {
+  cd $pkgname
+  install -Dm755 tuntox "$pkgdir/usr/bin/tuntox"
+  install -Dm644 scripts/tuntox.service 
"$pkgdir/usr/lib/systemd/system/tuntox.service"
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2016-12-21 14:27:13 UTC (rev 200808)
+++ community-testing-x86_64/PKGBUILD   2016-12-21 14:28:29 UTC (rev 200809)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jiachen Yang 
-# Maintainer: Felix Yan 
-
-pkgname=tuntox
-pkgver=0.0.5.6d74a7a
-_commit=6d74a7a2da9690ca56b3543a240d53b6b3915bf3
-pkgrel=1
-pkgdesc='Tunnel TCP connections over the Tox protocol'
-arch=('i686' 'x86_64')
-url='http://tuntox.pl/'
-license=('GPL3')
-depends=('toxcore')
-makedepends=('git' 'cscope')
-source=("git+https://github.com/gjedeer/tuntox.git#commit=$_commit;  
#tag=$pkgver
-   )
-sha512sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  sed -i "s|DEPS=libsodium toxcore|DEPS=libsodium libtoxcore|" Makefile
-}
-
-build() {
-  cd $pkgname
-
-  make gitversion.h tuntox_nostatic  # use dynamic linking
-  mv tuntox_nostatic tuntox
-}
-
-package() {
-  cd $pkgname
-  install -Dm755 tuntox "$pkgdir/usr/bin/tuntox"
-  install -Dm644 scripts/tuntox.service 
"$pkgdir/usr/lib/systemd/system/tuntox.service"
-}

Copied: tuntox/repos/community-testing-x86_64/PKGBUILD (from rev 200808, 
tuntox/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-12-21 14:28:29 UTC (rev 200809)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jiachen Yang 
+# Maintainer: Felix Yan 
+
+pkgname=tuntox
+pkgver=0.0.5.6d74a7a
+_commit=6d74a7a2da9690ca56b3543a240d53b6b3915bf3
+pkgrel=2
+pkgdesc='Tunnel TCP connections over the Tox protocol'
+arch=('i686' 'x86_64')

[arch-commits] Commit in tuntox/repos (4 files)

2016-12-21 Thread Jiachen Yang
Date: Wednesday, December 21, 2016 @ 13:59:12
  Author: farseerfc
Revision: 200803

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  tuntox/repos/community-staging-i686/
  tuntox/repos/community-staging-i686/PKGBUILD
(from rev 200802, tuntox/trunk/PKGBUILD)
  tuntox/repos/community-staging-x86_64/
  tuntox/repos/community-staging-x86_64/PKGBUILD
(from rev 200802, tuntox/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   35 +++
 community-staging-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: tuntox/repos/community-staging-i686/PKGBUILD (from rev 200802, 
tuntox/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-21 13:59:12 UTC (rev 200803)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jiachen Yang 
+# Maintainer: Felix Yan 
+
+pkgname=tuntox
+pkgver=0.0.5.6d74a7a
+_commit=6d74a7a2da9690ca56b3543a240d53b6b3915bf3
+pkgrel=1
+pkgdesc='Tunnel TCP connections over the Tox protocol'
+arch=('i686' 'x86_64')
+url='http://tuntox.pl/'
+license=('GPL3')
+depends=('toxcore')
+makedepends=('git' 'cscope')
+source=("git+https://github.com/gjedeer/tuntox.git#commit=$_commit;  
#tag=$pkgver
+   )
+sha512sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  sed -i "s|DEPS=libsodium toxcore|DEPS=libsodium libtoxcore|" Makefile
+}
+
+build() {
+  cd $pkgname
+
+  make gitversion.h tuntox_nostatic  # use dynamic linking
+  mv tuntox_nostatic tuntox
+}
+
+package() {
+  cd $pkgname
+  install -Dm755 tuntox "$pkgdir/usr/bin/tuntox"
+  install -Dm644 scripts/tuntox.service 
"$pkgdir/usr/lib/systemd/system/tuntox.service"
+}

Copied: tuntox/repos/community-staging-x86_64/PKGBUILD (from rev 200802, 
tuntox/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-21 13:59:12 UTC (rev 200803)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jiachen Yang 
+# Maintainer: Felix Yan 
+
+pkgname=tuntox
+pkgver=0.0.5.6d74a7a
+_commit=6d74a7a2da9690ca56b3543a240d53b6b3915bf3
+pkgrel=1
+pkgdesc='Tunnel TCP connections over the Tox protocol'
+arch=('i686' 'x86_64')
+url='http://tuntox.pl/'
+license=('GPL3')
+depends=('toxcore')
+makedepends=('git' 'cscope')
+source=("git+https://github.com/gjedeer/tuntox.git#commit=$_commit;  
#tag=$pkgver
+   )
+sha512sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  sed -i "s|DEPS=libsodium toxcore|DEPS=libsodium libtoxcore|" Makefile
+}
+
+build() {
+  cd $pkgname
+
+  make gitversion.h tuntox_nostatic  # use dynamic linking
+  mv tuntox_nostatic tuntox
+}
+
+package() {
+  cd $pkgname
+  install -Dm755 tuntox "$pkgdir/usr/bin/tuntox"
+  install -Dm644 scripts/tuntox.service 
"$pkgdir/usr/lib/systemd/system/tuntox.service"
+}