Date: Saturday, May 16, 2020 @ 10:26:45
  Author: felixonmars
Revision: 384124

archrelease: copy trunk to staging-x86_64

Added:
  xclip/repos/staging-x86_64/
  xclip/repos/staging-x86_64/PKGBUILD
    (from rev 384122, xclip/trunk/PKGBUILD)

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

Copied: xclip/repos/staging-x86_64/PKGBUILD (from rev 384122, 
xclip/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2020-05-16 10:26:45 UTC (rev 384124)
@@ -0,0 +1,27 @@
+# Maintainer: Gaetan Bisson <[email protected]>
+# Committer: Manolis Tzanidakis <[email protected]>
+# Contributor: damir <[email protected]>
+
+pkgname=xclip
+pkgver=0.13
+pkgrel=3
+pkgdesc='Command line interface to the X11 clipboard'
+url='https://github.com/astrand/xclip'
+arch=('x86_64')
+license=('GPL')
+depends=('libxmu')
+makedepends=('git')
+source=('git+https://github.com/astrand/xclip#commit=9aa7090c3b8b437c6489edca32ae43d82e0c1281')
+sha256sums=('SKIP')
+
+build() {
+       cd "${srcdir}/${pkgname}"
+       ./bootstrap
+       ./configure --prefix=/usr
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}"
+       make DESTDIR="${pkgdir}" install
+}

Reply via email to