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