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