🔒 Repository is read-only – file editing is disabled.

recipes/gui/wofi/PAGBUILD.yaml main

21 linii Raw ← Powrót
123456789101112131415161718192021
pkgname: wofi
pkgver: v1.4.1
pkgrel: '1'
pkgdesc: Wofi is a launcher/menu program for wlroots based wayland compositors
url: 'https://hg.sr.ht/~scoopta/wofi'
arch: x86_64
depends:
- gtk3
makedepends:
- meson
- python
- gtk3
source:
- 'https://hg.sr.ht/~scoopta/${pkgname}/archive/${pkgver}.tar.gz'
sha256sums:
- 5922c46cacf99b2ecc4853d28a2bda4a489292e73276e604bd9cba29dfca892d
build: |
  meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true wofi-v1.4.1 builddir
  meson compile -C builddir
package: |
  DESTDIR="${PKGDIR}" meson install -C builddir