[arch-commits] Commit in toxic/repos (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Wed Oct 20 02:12:32 UTC 2021


    Date: Wednesday, October 20, 2021 @ 02:12:32
  Author: foutrelis
Revision: 1031197

archrelease: copy trunk to community-staging-x86_64

Added:
  toxic/repos/community-staging-x86_64/
  toxic/repos/community-staging-x86_64/PKGBUILD
    (from rev 1031196, toxic/trunk/PKGBUILD)

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

Copied: toxic/repos/community-staging-x86_64/PKGBUILD (from rev 1031196, toxic/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-10-20 02:12:32 UTC (rev 1031197)
@@ -0,0 +1,36 @@
+# Maintainer: Jiachen Yang <farseerfc at gmail.com>
+# AUR Maintainer: Vlad M. <vlad at archlinux.net>
+
+pkgname=toxic
+pkgdesc='CLI Tox client'
+license=('GPL3')
+pkgver=0.11.1
+pkgrel=2
+depends=('curl'
+         'freealut'
+         'libnotify'
+         'qrencode'
+         'libx11'
+         'toxcore')
+arch=('x86_64')
+url='https://github.com/JFreegman/toxic'
+source=("$pkgname-$pkgver.tar.gz::https://github.com/JFreegman/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
+	"$pkgname-$pkgver.tar.gz.asc::https://github.com/JFreegman/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz.asc"
+	)
+sha512sums=('53fba05271020547e779d63bea777f90f56b61e3eb2775afabe92e047a8347b4a9166628bb59d2eaab2e36a1121d791206ac68ff6604cb06fac6aaddbb05e787'
+            'SKIP')
+validpgpkeys=('BABD00573A065BFA90D53D563627F3144076AE63')  # Jfreegman <jfreegman at gmail.com>
+
+prepare() {
+  cd "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr DISABLE_GAMES=1
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list