[arch-commits] Commit in wtype/repos (community-x86_64 community-x86_64/PKGBUILD)
Daniel M. Capella
polyzen at archlinux.org
Sun Dec 6 06:42:41 UTC 2020
Date: Sunday, December 6, 2020 @ 06:42:40
Author: polyzen
Revision: 771000
archrelease: copy trunk to community-x86_64
Added:
wtype/repos/community-x86_64/
wtype/repos/community-x86_64/PKGBUILD
(from rev 770999, wtype/trunk/PKGBUILD)
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: wtype/repos/community-x86_64/PKGBUILD (from rev 770999, wtype/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2020-12-06 06:42:40 UTC (rev 771000)
@@ -0,0 +1,28 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: Carlo Teubner <carlo at cteubner.net>
+
+pkgname=wtype
+pkgver=0.3
+pkgrel=2
+pkgdesc='xdotool type for wayland'
+arch=('x86_64')
+url=https://github.com/atx/wtype
+license=('MIT')
+depends=('libxkbcommon' 'wayland')
+makedepends=('meson')
+source=("$url/archive/v$pkgver/wtype-v$pkgver.tar.gz")
+b2sums=('cbf6daa8e47ab7e7f07b750e136a0845821eca217a66a0baf4e65c2aa18ebc2db6ef7301f7547848056440f578570527904134be7da8f86fd838ae086e78aae9')
+
+build() {
+ cd wtype-$pkgver
+ arch-meson build
+ ninja -C build
+}
+
+package() {
+ cd wtype-$pkgver
+ DESTDIR="$pkgdir" ninja -C build install
+ install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list