[arch-commits] Commit in wmname/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 17:15:51 UTC 2020


    Date: Tuesday, July 7, 2020 @ 17:15:51
  Author: felixonmars
Revision: 659637

archrelease: copy trunk to community-staging-x86_64

Added:
  wmname/repos/community-staging-x86_64/
  wmname/repos/community-staging-x86_64/PKGBUILD
    (from rev 659636, wmname/trunk/PKGBUILD)

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

Copied: wmname/repos/community-staging-x86_64/PKGBUILD (from rev 659636, wmname/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 17:15:51 UTC (rev 659637)
@@ -0,0 +1,24 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Vincent Kriek <vincent at vincentkriek.nl>
+
+pkgname=wmname
+pkgver=0.1
+pkgrel=5
+pkgdesc="A utility to set the name of your window manager"
+url="https://tools.suckless.org/x/wmname"
+license=('MIT')
+depends=('libx11')
+arch=('x86_64')
+source=("https://dl.suckless.org/tools/wmname-$pkgver.tar.gz")
+sha512sums=('e57100f8de2579f4090c0aaf5a5b134d03bcbcdca5c6d005b12ce39ad322d96651bb13d151cf259e935e6c50e7b21bde43a4eace112be80983a92f92b99f192f')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  make PREFIX="${pkgdir}"/usr install
+  install -Dm0644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list