Pkgfile 492 B

12345678910111213141516171819
  1. # Description: Paper is a modern desktop theme suite. Its design is mostly flat with a minimal use of shadows for depth.
  2. # URL: https://github.com/snwh/paper-gtk-theme
  3. # Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
  4. # Depends on:
  5. name=paper-gtk-theme
  6. version=v2.1.0
  7. release=2
  8. source=(https://github.com/snwh/$name/archive/refs/tags/$version.tar.gz)
  9. build() {
  10. cd $name-2.1.0
  11. ./autogen.sh
  12. make
  13. make DESTDIR=$PKG install
  14. rm -rf $PKG/usr/share/themes/Paper/README.md
  15. }