🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829303132333435363738
pkgname: foot
pkgver: '1.27.0'
pkgrel: '1'
pkgdesc: 'Foot - szybki terminal Wayland natywny dla wlroots'
url: 'https://codeberg.org/dnkl/foot'
arch: x86_64
license:
- 'MIT'
depends:
- 'wayland'
- 'fcft'
- 'tllist'
- 'libxkbcommon'
makedepends:
- meson
- ninja
- wayland-protocols
- 'fcft'
- 'tllist'
- 'libxkbcommon'
source:
- 'https://codeberg.org/dnkl/foot/archive/${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd foot-${pkgver}
meson setup build --prefix=/usr -Ddocs=disabled
ninja -C build
DESTDIR=${PKGDIR} meson install -C build
package: |
true