From 873665024ebfaa761ee49b508a79db7178aeb778 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 4 Jun 2022 15:08:04 +0100 Subject: added gnupg --- repo/i3wm/i3wm.xibuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 repo/i3wm/i3wm.xibuild (limited to 'repo/i3wm') diff --git a/repo/i3wm/i3wm.xibuild b/repo/i3wm/i3wm.xibuild new file mode 100644 index 0000000..db71c03 --- /dev/null +++ b/repo/i3wm/i3wm.xibuild @@ -0,0 +1,20 @@ +#!/bin/sh + +NAME="i3wm" +DESC="Improved dynamic tiling window manager" + +MAKEDEPS=" meson bash bison cairo flex libev libxcb libxkbcommon pango pcre perl startup-notification xcb-util-cursor xcb-util-keysyms xcb-util-wm xcb-util-xrm yajl" + +PKG_VER=4.20.1 +SOURCE="https://i3wm.org/downloads/i3-$PKG_VER.tar.xz" + +build() { + meson --prefix=/usr \ + . output + meson compile ${JOBS:+-j ${JOBS}} -C output +} + +package() { + DESTDIR="$PKG_DEST" meson install --no-rebuild -C output +} + -- cgit v1.2.1