-
Notifications
You must be signed in to change notification settings - Fork 0
/
template
33 lines (28 loc) · 1.03 KB
/
template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Template file for 'zen-browser'
pkgname=zen-browser
version=1.0.0a.37
revision=1
only_for_archs="x86_64"
wrksrc="${pkgname}-${version}"
build_style=meta
hostmakedepends="tar bzip2"
short_desc="Minimalistic web browser"
maintainer="SalahDin Rezk <salah2112004@gmail.com>"
license="MPL-2.0"
homepage="https://www.zen-browser.app/"
distfiles="https://github.com/zen-browser/desktop/releases/download/${version/a/-a}/zen.linux-specific.tar.bz2"
checksum=8268311e75dff97b61e576441d4e76e27ee57fd69bd218698f635b87ad5064df
do_install() {
# Install the files
vmkdir usr/lib/zen-browser
vcopy * usr/lib/zen-browser
# link the binary
vmkdir usr/bin/
ln -s /usr/lib/zen-browser/zen ${DESTDIR}/usr/bin/
}
# Add the necessary dependencies if there are any
depends="libX11 libXcomposite libXdamage libXext libXfixes libXt libXtst \
libxkbcommon libxkbcommon-x11 libpng glib gtk+3"
# Specify any optional dependencies
# makedepends="" # Uncomment and set if necessary
# This template assumes precompiled binaries, so you don't need to build from source.