🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930313233343536
pkgname: tint2
pkgver: '17.0.2'
pkgrel: '2'
pkgdesc: 'Basic, good-looking task manager for WMs'
url: 'https://gitlab.com/o9000/tint2'
arch: x86_64
depends:
- 'startup-notification'
makedepends:
- git
- cmake
- ninja
- setconf
- 'xorg-libxdamage'
- 'xorg-libxrandr'
- librsvg
- gtk3
- imlib2
source: []
sha256sums: []
build: |
git clone https://gitlab.com/o9000/tint2.git
cd ${pkgname}
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DENABLE_TINT2CONF=1 \
-GNinja
ninja
DESTDIR=${PKGDIR} ninja install
package: |
true