Pkgfile 462 B

12345678910111213141516171819
  1. # Description: A run utiliy featuring a slim design and bash style auto-completion.
  2. # URL: https://github.com/wdlkmpx/gmrun
  3. # Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
  4. # Depends on: gtk gtk3
  5. name=gmrun
  6. version=1.4w
  7. release=2
  8. source=(https://github.com/wdlkmpx/$name/archive/refs/tags/$version.tar.gz)
  9. build() {
  10. cd $name-$version
  11. ./configure --prefix=/usr --sysconfdir=/etc
  12. make
  13. make DESTDIR=$PKG install
  14. rm -rf $PKG/usr/share/locale/
  15. }