Date: Wednesday, July 22, 2020 @ 18:04:21
  Author: ffy00
Revision: 664859

archrelease: copy trunk to community-staging-x86_64

Added:
  liburing/repos/community-staging-x86_64/
  liburing/repos/community-staging-x86_64/PKGBUILD
    (from rev 664858, liburing/trunk/PKGBUILD)

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

Copied: liburing/repos/community-staging-x86_64/PKGBUILD (from rev 664858, 
liburing/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-22 18:04:21 UTC (rev 664859)
@@ -0,0 +1,31 @@
+# Maintainer: Filipe Laíns (FFY00) <la...@archlinux.org>
+
+pkgname=liburing
+pkgver=0.7
+pkgrel=1
+pkgdesc='Linux-native io_uring I/O access library'
+arch=('x86_64')
+url='https://git.kernel.dk/cgit/liburing/'
+license=('MIT' 'LGPL2.1')
+makedepends=('git')
+validpgpkeys=('C0FC392DCADE26D975FA5E4AF7D358FB2971E0A6') # Jens Axboe 
<ax...@kernel.dk>
+source=("git+https://git.kernel.dk/liburing#tag=liburing-$pkgver?signed";)
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+
+  ./configure \
+    --mandir=/usr/share/man
+
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+

Reply via email to