Pkgfile 483 B

12345678910111213141516171819
  1. # Description: Light weight window manager for the X11 window system.
  2. # URL: https://joewing.net/projects/jwm
  3. # Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
  4. # Depends on: xorg-libxmu xorg-libxinerama xorg-libxpm librsvg
  5. name=jwm
  6. version=2.4.6
  7. release=1
  8. source=(https://github.com/joewing/jwm/releases/download/v$version/$name-$version.tar.xz)
  9. build() {
  10. cd $name-$version
  11. ./configure --prefix=/usr
  12. make
  13. make DESTDIR=$PKG install
  14. rm -rf $PKG/usr/share/locale/
  15. }