-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate
More file actions
34 lines (29 loc) · 1.07 KB
/
template
File metadata and controls
34 lines (29 loc) · 1.07 KB
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
34
# Template file for 'zen-browser'
pkgname=zen-browser
version=1.19.12b
revision=1
only_for_archs="x86_64"
wrksrc="${pkgname}-${version}"
meta=yes
hostmakedepends="tar"
short_desc="qwerty"
maintainer="qwerty qwerty <[email protected]>"
license="MPL-2.0"
homepage="https://www.zen-browser.app/"
distfiles="https://github.com/zen-browser/desktop/releases/download/${version/a/-a}/zen.linux-x86_64.tar.xz"
checksum=156fb68c3a51645514fdd5fcf734d356c9aa6c9801395af75e72311162a00379
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 libXrandr libXcursor libXi libXt \
gtk+3 glib pango cairo gdk-pixbuf libdrm mesa nss nspr"
# Specify any optional dependencies
# makedepends="" # Uncomment and set if necessary
# This template assumes precompiled binaries, so you don't need to build from source.