mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-06 04:46:42 +02:00
testing/spectrwm: new aport
This commit is contained in:
parent
6af4bf5fe6
commit
5265c2fca6
44
testing/spectrwm/APKBUILD
Normal file
44
testing/spectrwm/APKBUILD
Normal file
@ -0,0 +1,44 @@
|
||||
# Contributor: Sascha Paunovic <azarus@posteo.net>
|
||||
# Maintainer: Sascha Paunovic <azarus@posteo.net>
|
||||
pkgname=spectrwm
|
||||
_pkgname=SPECTRWM_
|
||||
pkgver=3.1.0
|
||||
_pkgver=3_1_0
|
||||
pkgrel=0
|
||||
pkgdesc="dynamic, configurable tiling window manager for X11"
|
||||
url="https://github.com/conformal/spectrwm"
|
||||
arch="all"
|
||||
license="ISC"
|
||||
depends="dmenu terminus-font"
|
||||
makedepends="bsd-compat-headers freetype-dev libxcursor-dev libxft-dev
|
||||
libxrandr-dev libxt-dev xcb-util-keysyms-dev xcb-util-wm-dev"
|
||||
subpackages="$pkgname-doc"
|
||||
source="https://github.com/conformal/$pkgname/archive/$_pkgname$_pkgver.tar.gz"
|
||||
builddir="$srcdir/$pkgname-$_pkgname$_pkgver"
|
||||
|
||||
build() {
|
||||
cd "$builddir"/linux
|
||||
make PREFIX="/usr"
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
|
||||
install -Dm644 spectrwm.conf "$pkgdir"/etc/spectrwm.conf
|
||||
mkdir "$pkgdir"/etc/spectrwm
|
||||
cp spectrwm_*.conf "$pkgdir"/etc/spectrwm/
|
||||
|
||||
# make default config work
|
||||
install -Dm755 baraction.sh "$pkgdir"/usr/share/spectrwm/baraction.sh
|
||||
install -Dm755 screenshot.sh "$pkgdir"/usr/share/spectrwm/screenshot.sh
|
||||
|
||||
cd linux
|
||||
make PREFIX="/usr" DESTDIR="$pkgdir" install
|
||||
|
||||
# remove unneccessary stuff
|
||||
rm "$pkgdir"/usr/bin/scrotwm
|
||||
# provide convenience symlink
|
||||
ln -s "$pkgdir"/usr/bin/spectrwm "$pkgdir"/usr/bin/scrotwm
|
||||
}
|
||||
|
||||
sha512sums="dd8e16361b979a55b210a88a1ae5d53e7086fd854e92320e09b6407d374580cc271c0e974e38606481ab57a504a86e16293edee967d251b043a1eb65e8c77687 SPECTRWM_3_1_0.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user