Pkgfile 401 B

12345678910111213141516
  1. # Description: Moka is an icon project for the FreeDesktop
  2. # URL: https://snwh.org/moka
  3. # Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
  4. # Depends on: libadwaita
  5. name=moka-icon-theme
  6. version=v5.4.0
  7. release=2
  8. source=(https://github.com/snwh/$name/archive/refs/tags/$version.tar.gz)
  9. build() {
  10. cd $name-5.4.0
  11. meson setup "build" --prefix=/usr
  12. DESTDIR=$PKG ninja -C "build" install
  13. }