[arch-commits] Commit in lua-cqueues/repos/community-staging-x86_64 (2 files)

Daurnimator daurnimator at archlinux.org
Sun Jul 26 13:14:47 UTC 2020


    Date: Sunday, July 26, 2020 @ 13:14:47
  Author: daurnimator
Revision: 665347

archrelease: copy trunk to community-staging-x86_64

Added:
  lua-cqueues/repos/community-staging-x86_64/PKGBUILD
    (from rev 665346, lua-cqueues/trunk/PKGBUILD)
Deleted:
  lua-cqueues/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   98 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-26 13:12:59 UTC (rev 665346)
+++ PKGBUILD	2020-07-26 13:14:47 UTC (rev 665347)
@@ -1,49 +0,0 @@
-# Maintainer: Daurnimator <daurnimator at archlinux.org>
-
-pkgname=('lua-cqueues' 'lua51-cqueues' 'lua52-cqueues' 'lua53-cqueues')
-pkgver=20200726
-pkgrel=1
-arch=('x86_64')
-url='http://25thandclement.com/~william/projects/cqueues.html'
-license=('MIT')
-makedepends=('lua' 'lua51' 'lua52' 'lua53')
-depends=('openssl')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/wahern/cqueues/archive/rel-$pkgver.tar.gz")
-md5sums=('fb21e8404cea86191e9658669eb44118')
-
-build() {
-	cd "cqueues-rel-$pkgver"
-	make prefix=/usr
-}
-
-package_lua-cqueues() {
-	pkgdesc='Continuation Queues: Embeddable asynchronous networking, threading, and notification framework for Lua 5.3'
-
-	cd "cqueues-rel-$pkgver"
-	make DESTDIR="$pkgdir" prefix=/usr install5.4
-	install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_lua51-cqueues() {
-	pkgdesc='Continuation Queues: Embeddable asynchronous networking, threading, and notification framework for Lua 5.1'
-
-	cd "cqueues-rel-$pkgver"
-	make DESTDIR="$pkgdir" prefix=/usr install5.1
-	install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_lua52-cqueues() {
-	pkgdesc='Continuation Queues: Embeddable asynchronous networking, threading, and notification framework for Lua 5.2'
-
-	cd "cqueues-rel-$pkgver"
-	make DESTDIR="$pkgdir" prefix=/usr install5.2
-	install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_lua53-cqueues() {
-	pkgdesc='Continuation Queues: Embeddable asynchronous networking, threading, and notification framework for Lua 5.3'
-
-	cd "cqueues-rel-$pkgver"
-	make DESTDIR="$pkgdir" prefix=/usr install5.3
-	install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: lua-cqueues/repos/community-staging-x86_64/PKGBUILD (from rev 665346, lua-cqueues/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-26 13:14:47 UTC (rev 665347)
@@ -0,0 +1,49 @@
+# Maintainer: Daurnimator <daurnimator at archlinux.org>
+
+pkgname=('lua-cqueues' 'lua51-cqueues' 'lua52-cqueues' 'lua53-cqueues')
+pkgver=20200726
+pkgrel=2
+arch=('x86_64')
+url='http://25thandclement.com/~william/projects/cqueues.html'
+license=('MIT')
+makedepends=('lua' 'lua51' 'lua52' 'lua53')
+depends=('openssl')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/wahern/cqueues/archive/rel-$pkgver.tar.gz")
+md5sums=('fb21e8404cea86191e9658669eb44118')
+
+build() {
+	cd "cqueues-rel-$pkgver"
+	make prefix=/usr
+}
+
+package_lua-cqueues() {
+	pkgdesc='Continuation Queues: Embeddable asynchronous networking, threading, and notification framework for Lua 5.4'
+
+	cd "cqueues-rel-$pkgver"
+	make DESTDIR="$pkgdir" prefix=/usr install5.4
+	install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_lua51-cqueues() {
+	pkgdesc='Continuation Queues: Embeddable asynchronous networking, threading, and notification framework for Lua 5.1'
+
+	cd "cqueues-rel-$pkgver"
+	make DESTDIR="$pkgdir" prefix=/usr install5.1
+	install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_lua52-cqueues() {
+	pkgdesc='Continuation Queues: Embeddable asynchronous networking, threading, and notification framework for Lua 5.2'
+
+	cd "cqueues-rel-$pkgver"
+	make DESTDIR="$pkgdir" prefix=/usr install5.2
+	install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_lua53-cqueues() {
+	pkgdesc='Continuation Queues: Embeddable asynchronous networking, threading, and notification framework for Lua 5.3'
+
+	cd "cqueues-rel-$pkgver"
+	make DESTDIR="$pkgdir" prefix=/usr install5.3
+	install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list