summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 16e54e68a6ef48771d34418686e043eeb05ea13b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Original Maintainer: Carson Rueter <roachh at proton mail dot com>
# Original Maintainer: Icelk <main at icelk.dev>
# Previous Maintainer: Marcus Behrendt <marcus dot behrendt dot 86 at bigbrother(gmail) dot com>
# Maintainer: dr460nf1r3 <root at dr460nf1r3 dot org>

pkgname=vscodium-insiders-marketplace
pkgver=1.72.0
pkgrel=1
pkgdesc='Enable vscode marketplace in vscodium'
arch=('any')
url='https://marketplace.visualstudio.com/vscode'
license=('unknown')
depends=('vscodium-insiders' 'sed')
install="${pkgname}.install"
source=('vscodium-marketplace.hook'
        'patch.sh')
sha512sums=('4b0101d3cdc48036bf264afe58ba1c2c2dc6852e24ed837b25f39a61f332145cf168910410ff6123f41a980c0991f31c4167ed5883ad576d046d6c421f110a0f'
            '75cfb55f0c47447ae17c1c0ab828141b6cddaf671477bcb44e5832b96104db9ac6660001782e9e58ea060f3e744541cd878f724e6114a40b46c0e59c714ed09a')
package() {
  install -Dm 644 "${srcdir}"/vscodium-marketplace.hook "${pkgdir}"/usr/share/libalpm/hooks/vscodium-marketplace.hook
  install -Dm 755 "${srcdir}"/patch.sh "${pkgdir}"/usr/share/vscodium-insiders/resources/app/patch.sh
}