# Maintainer: Sainnhe Park pkgname=code-features-insiders pkgver=1.72.0 pkgrel=1 pkgdesc='Unblock some features in Code OSS, including features in VSCode Insiders' arch=('any') url='https://github.com/microsoft/vscode' license=('unknown') depends=('code' 'sed' 'org.freedesktop.secrets') optdepends=('icu69: for MS-vsliveshare.vsliveshare extension to work') provides=('code-features') conflicts=('code-features') install="${pkgname}.install" source=("${pkgname}.hook" 'patch.sh') md5sums=('6ff3e599956e45e9d1a78ac3c88c0454' '6ba5852e636110a846202d7a99fc53f7') package() { install -Dm 644 "${srcdir}/${pkgname}.hook" "${pkgdir}/usr/share/libalpm/hooks/${pkgname}.hook" install -Dm 755 "${srcdir}/patch.sh" "${pkgdir}/usr/share/${pkgname}/patch.sh" }