-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate
More file actions
23 lines (21 loc) · 716 Bytes
/
Copy pathtemplate
File metadata and controls
23 lines (21 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
pkgname=codium
version=1.116.02821
revision=1
only_for_archs="x86_64"
wrksrc="${pkgname}-${version}"
meta=yes
hostmakedepends="tar bzip2"
short_desc="qwerty"
maintainer="qwerty qwerty <qwerty@qwerty.qwerty>"
license="MIT"
homepage="https://vscodium.com"
distfiles="https://github.com/VSCodium/vscodium/releases/download/${version}/VSCodium-linux-x64-${version}.tar.gz"
checksum=82c7173d6aa7415f6777d5d66cbe58902772c719c30c46385a9140831e46edad
do_install() {
vmkdir usr/lib/codium
vcopy * usr/lib/codium
vmkdir usr/bin/
ln -s /usr/lib/codium/bin/codium ${DESTDIR}/usr/bin/
}
depends="gcc make pkg-config libX11-devel libxkbfile-devel libsecret-devel \
libxkbcommon libxkbcommon-x11"