🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829303132
pkgname: tllist
pkgver: '1.1.0'
pkgrel: '1'
pkgdesc: 'Tllist - typowana lista linked (header-only, dla fcft)'
url: 'https://codeberg.org/dnkl/tllist'
arch: x86_64
license:
- 'MIT'
depends: []
makedepends:
- meson
- ninja
- wayland-protocols
source:
- 'https://codeberg.org/dnkl/tllist/archive/${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd tllist-${pkgver}
meson setup build --prefix=/usr
ninja -C build
DESTDIR=${PKGDIR} meson install -C build
package: |
true