Pkgfile 503 B

12345678910111213141516171819
  1. # Description: Create simple and beautiful presentations
  2. # URL: https://github.com/Philip-Scott/Spice-up
  3. # Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
  4. # Depends on: granite xorg-libevdev libgudev libsoup
  5. name=spice-up
  6. version=1.9.1
  7. release=2
  8. source=(https://github.com/Philip-Scott/Spice-up/archive/$version/Spice-up-$version.tar.gz)
  9. build() {
  10. cd Spice-up-$version
  11. meson build --prefix=/usr
  12. ninja -C build
  13. DESTDIR=$PKG ninja -C build install
  14. rm -rf $PKG/usr/share/locale/
  15. }