Pkgfile 405 B

1234567891011121314151617
  1. # Description: sxhkd is an X daemon that reacts to input events by executing commands.
  2. # URL: https://github.com/baskerville/sxhkd
  3. # Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
  4. # Depends on:
  5. name=sxhkd
  6. version=0.6.2
  7. release=1
  8. source=(https://github.com/baskerville/$name/archive/refs/tags/$version.tar.gz)
  9. build() {
  10. cd $name-$version
  11. make
  12. make DESTDIR=$PKG PREFIX=/usr install
  13. }