Pkgfile 562 B

123456789101112131415161718
  1. # Description: NetSurf is a multi-platform web browser for RISC-OS, UNIX-like platforms (including Linux), Mac OS X, and more.
  2. # URL: https://www.netsurf-browser.org/
  3. # Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
  4. # Depends on:
  5. name=netsurf
  6. version=3.11
  7. release=2
  8. source=(https://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-3.11.tar.gz netsurf.desktop)
  9. build() {
  10. cd $name-all-$version
  11. make
  12. make DESTDIR=$PKG PREFIX=/usr install
  13. install -Dm755 $SRC/netsurf.desktop $PKG/usr/share/applications/netsurf.desktop
  14. }