template 623 B

12345678910111213141516171819202122
  1. # Template file for 'xdgmenumaker'
  2. pkgname=xdgmenumaker
  3. version=1.5
  4. revision=1
  5. hostmakedepends="make"
  6. depends="python3 python3-xdg pygtk python-gobject gobject-introspection"
  7. short_desc="Automatic menu generator for WMs, such as, fluxbox, icewm, jwm, pekwm"
  8. maintainer="reback00 <reback00@protonmail.com>"
  9. license="GPL-3.0-or-later"
  10. homepage="https://github.com/gapan/xdgmenumaker"
  11. distfiles="https://github.com/gapan/${pkgname}/archive/${version}.tar.gz"
  12. checksum=a8319db5998ea1c49e52f6d04aad40334daea8047840c6762b4e7f02082b0573
  13. patch_args="-Np1"
  14. do_build() {
  15. make
  16. }
  17. do_install() {
  18. make DESTDIR="${DESTDIR}" install
  19. }