[arch-commits] Commit in xclip/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat May 16 10:26:45 UTC 2020


    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 <bisson at archlinux.org>
+# Committer: Manolis Tzanidakis <manolis at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+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
+}



More information about the arch-commits mailing list