Date: Saturday, December 19, 2020 @ 06:40:12
  Author: felixonmars
Revision: 779758

archrelease: copy trunk to community-staging-x86_64

Added:
  slop/repos/community-staging-x86_64/
  slop/repos/community-staging-x86_64/PKGBUILD
    (from rev 779757, slop/trunk/PKGBUILD)

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

Copied: slop/repos/community-staging-x86_64/PKGBUILD (from rev 779757, 
slop/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-19 06:40:12 UTC (rev 779758)
@@ -0,0 +1,25 @@
+# Maintainer: Lukas Fleischer <lfleisc...@archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrow...@archlinux.org>
+# Contributor: naelstrof <naelst...@gmail.com>
+
+pkgname=slop
+pkgver=7.5
+pkgrel=4
+pkgdesc='Utility to query the user for a selection and print the region to 
stdout'
+arch=('x86_64')
+url='https://github.com/naelstrof/slop'
+license=('GPL3')
+depends=('libxext' 'libx11' 'mesa' 'glew' 'libxrender')
+makedepends=('cmake' 'glm')
+source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v${pkgver}.tar.gz")
+md5sums=('d8ba3c332f801f19c2bd66014d79e988')
+
+build() {
+       cd "$pkgname-$pkgver"
+       cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+       make
+}
+
+package() {
+       make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}

Reply via email to