template 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. # Template file for 'zen-browser'
  2. pkgname=zen-browser
  3. version=1.12.3b
  4. revision=2
  5. only_for_archs="x86_64"
  6. wrksrc="${pkgname}-${version}"
  7. build_style=meta
  8. hostmakedepends="tar bzip2"
  9. short_desc="Minimalistic web browser"
  10. maintainer="Burak <[email protected]>"
  11. license="MPL-2.0"
  12. homepage="https://www.zen-browser.app/"
  13. distfiles="https://github.com/zen-browser/desktop/releases/download/${version}/zen.linux-x86_64.tar.xz"
  14. checksum=416f93e9b6555bd1b6860392db996ea3423c3abf700712ea9cf5767e35ca7b22
  15. do_install() {
  16. # Install the files
  17. vmkdir usr/lib/zen-browser
  18. vcopy * usr/lib/zen-browser
  19. # link the binary
  20. vmkdir usr/bin/
  21. ln -s /usr/lib/zen-browser/zen ${DESTDIR}/usr/bin/
  22. vmkdir local/share/applications
  23. vinstall "${FILESDIR}/zen_browser.desktop" 644 usr/share/applications
  24. }
  25. # Add the necessary dependencies if there are any
  26. depends="libX11 libXcomposite libXdamage libXext libXfixes libXt libXtst \
  27. libxkbcommon libxkbcommon-x11 libpng glib gtk+3"
  28. # Specify any optional dependencies
  29. # makedepends="" # Uncomment and set if necessary