[arch-commits] Commit in (toxic toxic/repos toxic/trunk toxic/trunk/PKGBUILD)

Jiachen Yang farseerfc at archlinux.org
Sun Dec 20 09:13:10 UTC 2015


    Date: Sunday, December 20, 2015 @ 10:13:09
  Author: farseerfc
Revision: 153752

Add package toxic

Added:
  toxic/
  toxic/repos/
  toxic/trunk/
  toxic/trunk/PKGBUILD

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Added: toxic/trunk/PKGBUILD
===================================================================
--- toxic/trunk/PKGBUILD	                        (rev 0)
+++ toxic/trunk/PKGBUILD	2015-12-20 09:13:09 UTC (rev 153752)
@@ -0,0 +1,29 @@
+# AUR Maintainer: Vlad M. <vlad at archlinux.net>
+
+pkgname=toxic
+pkgdesc='CLI Tox client'
+license=('GPL3')
+pkgver=0.7.0
+pkgrel=2
+depends=('curl'
+         'desktop-file-utils'
+         'freealut'
+         'libnotify'
+         'qrencode'
+         'toxcore')
+arch=('i686' 'x86_64')
+url=('https://github.com/JFreegman/toxic')
+source=("https://github.com/JFreegman/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('f11eab5dc3fd24ee329438f57dad068064c0900838f684af6596e64c68be7006')
+install="$pkgname.install"
+
+build() {
+  cd "$pkgname-$pkgver"
+  # disable X11 because https://github.com/JFreegman/toxic/issues/277
+  make PREFIX=/usr DISABLE_X11=1
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}


Property changes on: toxic/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+tox
\ No newline at end of property



More information about the arch-commits mailing list