🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728
pkgname: blackbox
pkgver: '0.77'
pkgrel: '2'
pkgdesc: 'A window manager for X11'
url: 'https://blackboxwm.sourceforge.net'
arch: x86_64
depends: []
makedepends:
- 'xorg-server'
source:
- 'https://github.com/bbidulock/blackboxwm/archive/${pkgver}.tar.gz'
- '120_include-ctime-header.patch'
sha256sums:
- SKIP
- SKIP
build: |
cd blackboxwm-${pkgver}
patch -Np1 -i ../120_include-ctime-header.patch # Fix build
sed -e '/AC_DISABLE_SHARED/d' -i configure.ac # Build shared library
./autogen.sh
./configure --prefix=/usr --mandir=/usr/share/man
make
make DESTDIR=${PKGDIR} install
package: |
true