~alpine/aports

[alpine-aports] [PATCH] testing/spectrwm: new aport

Edgar Pettijohn <pettijohne@hotmail.com>
Details
Message ID
<CY4PR12MB1429F4C48A3C6BA38C6BA906D51E0@CY4PR12MB1429.namprd12.prod.outlook.com>
Sender timestamp
1515016404
DKIM signature
missing
Download raw message
Patch: +30 -0
https://github.com/conformal/spectrwm
dynamic tiling window manager
---
 testing/spectrwm/APKBUILD | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 testing/spectrwm/APKBUILD

diff --git a/testing/spectrwm/APKBUILD b/testing/spectrwm/APKBUILD
new file mode 100644
index 0000000000..418f629fe6
--- /dev/null
+++ b/testing/spectrwm/APKBUILD
@@ -0,0 +1,30 @@
# Contributor: Edgar Pettijohn <edgar@pettijohn-web.com>
# Maintainer: Edgar Pettijohn <edgar@pettijohn-web.com>
pkgname=spectrwm
pkgver=3.1.0
pkgrel=0
pkgdesc="dynamic tiling window manager"
url="https://github.com/conformal/spectrwm/tree/SPECTRWM_3_1_0"
arch="all"
license="ISC"
depends=""
makedepends="bsd-compat-headers libxcursor-dev libxrandr-dev libxft-dev libx11-dev xcb-util-wm-dev xcb-util-keysyms-dev libxt-dev"
install=""
options="!check"
subpackages="$pkgname-doc"
source="https://github.com/conformal/spectrwm/archive/SPECTRWM_3_1_0.zip"
builddir="$srcdir/$pkgname-SPECTRWM_3_1_0"

build() {
	cd "$builddir"/linux
	make
}

package() {
	cd "$builddir"/linux
	make DESTDIR="$pkgdir" PREFIX=/usr install
	install -m644 -D "$builddir"/spectrwm.conf \
		"$pkgdir"/etc
}

sha512sums="a9c604491474cb604f88566b526411718dc9e422b0515c6179297af05391fb87f66df1a3d846817846a0beb3e8afe16f137cb7840ec09921089dd8a16ee35979  SPECTRWM_3_1_0.zip"
-- 
2.15.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)