bspwm-ng-git
LOW
maintainer maflorezp
0 votes
scanned 2026-09-22 03:36:46.988110
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: Mauricio Alexander Flórez <maflorezp@gmail.com>
2
#
3
# bspwm-ng, the continuation of bspwm, built from the `local` branch of
4
# github.com/maflorezp/bspwm-ng: edge magnetism, stepped drags, configurable
5
# Aero Snap zones and preview, rules matched on window properties, four pull
6
# requests from the original bspwm and fixes for bugs inherited from bspwm1.
7
# Replaces the official bspwm, bspwm1 and this package's old name,
8
# bspwm1-maflorezp-git. The binaries are still bspwm and bspc.
9
#
10
# This is the PKGBUILD published on AUR. Its pkgver here is only a hint and
11
# may lag a release behind: the one on AUR is worked out when publishing, from
12
# the commit being published (see docs/maflorezp/2026-09-17-publicar-en-aur.md).
13
14
pkgname=bspwm-ng-git
15
_srcname=bspwm-ng
16
pkgver=1.6.3.r2.g4e6da37
17
pkgrel=1
18
pkgdesc="bspwm fork with live edge magnetism, stepped drags, configurable Aero Snap and rules matched on window properties"
19
arch=('x86_64')
20
url="https://github.com/maflorezp/bspwm-ng"
21
license=('BSD-2-Clause')
22
depends=('libxcb' 'xcb-util' 'xcb-util-keysyms' 'xcb-util-wm' 'libxkbcommon')
23
makedepends=('git')
24
optdepends=('sxhkd: keybinding daemon')
25
provides=('bspwm' 'bspwm1')
26
conflicts=('bspwm' 'bspwm1' 'bspwm1-maflorezp-git')
27
replaces=('bspwm1-maflorezp-git')
28
# `local` is the main branch. Being a -git package, pkgver() works out the
29
# exact commit on every build.
30
source=("${_srcname}::git+${url}.git#branch=local")
31
sha256sums=('SKIP')
32
33
# VCS package version: last tag, commits since it and hash (1.6.3.r0.gabcdef0).
34
pkgver() {
35
cd "${_srcname}"
36
git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
37
}
38
39
build() {
40
cd "${_srcname}"
41
make
42
}
43
44
package() {
45
cd "${_srcname}"
46
make DESTDIR="$pkgdir" PREFIX=/usr install
47
}
48
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-22 03:36:46 | Low | 1 |