code-marketplace: auto updated to 1.78.0-1
This commit is contained in:
parent
9ad11aeb7f
commit
ba2f9c7c5e
4 changed files with 86 additions and 0 deletions
20
repo/code-marketplace/PKGBUILD
Normal file
20
repo/code-marketplace/PKGBUILD
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Maintainer: Sainnhe Park <sainnhe@gmail.com>
|
||||
pkgname=code-marketplace
|
||||
pkgver=1.78.0
|
||||
pkgrel=1
|
||||
pkgdesc='Enable vscode marketplace in Code OSS'
|
||||
arch=('any')
|
||||
url='https://marketplace.visualstudio.com/vscode'
|
||||
license=('unknown')
|
||||
depends=('code' 'sed' 'grep')
|
||||
optdepends=('code-features: unblock some extensions specific to the official build')
|
||||
install="${pkgname}.install"
|
||||
source=('code-marketplace.hook'
|
||||
'patch.sh')
|
||||
md5sums=('2f5ebcc1795bb5eac95162059a9a496e'
|
||||
'bdbc94a53d8cbdabac97054b0a2ad92b')
|
||||
|
||||
package() {
|
||||
install -Dm 644 "${srcdir}"/code-marketplace.hook "${pkgdir}"/usr/share/libalpm/hooks/code-marketplace.hook
|
||||
install -Dm 755 "${srcdir}"/patch.sh "${pkgdir}"/usr/share/code-marketplace/patch.sh
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue