Pkgfile 434 B

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