Pkgfile 516 B

12345678910111213141516171819
  1. # Description: Gtk/Rust native Spotify client for the GNOME desktop. Only works with premium accounts!
  2. # URL: https://github.com/xou816/spot
  3. # Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
  4. # Depends on: gtkmm4 libadwaita
  5. name=spot
  6. version=0.5.0
  7. release=2
  8. source=(https://github.com/xou816/$name/archive/refs/tags/$version.tar.gz)
  9. build() {
  10. cd $name-$version
  11. meson target -Dbuildtype=release -Doffline=false --prefix=/usr
  12. DESTDIR=$PKG ninja install -C target
  13. rm -rf $PKG/usr/share/locale/
  14. }