initial commit
This commit is contained in:
commit
9ef227d719
4 changed files with 55 additions and 0 deletions
30
PKGBUILD
Normal file
30
PKGBUILD
Normal file
|
@ -0,0 +1,30 @@
|
|||
# Maintainer: Aaron Coach <aur at ezpz dot cz>
|
||||
|
||||
pkgname=powershell-editor-services
|
||||
pkgver=3.4.2
|
||||
pkgrel=1
|
||||
|
||||
pkgdesc='A common platform for PowerShell development support in any editor or application!'
|
||||
url='https://github.com/PowerShell/PowerShellEditorServices'
|
||||
arch=('x86_64')
|
||||
licence=('MIT')
|
||||
depends=('powershell')
|
||||
|
||||
install="$pkgname".install
|
||||
|
||||
source=("PowerShellEditorServices-$pkgver.zip::https://github.com/PowerShell/PowerShellEditorServices/releases/download/v$pkgver/PowerShellEditorServices.zip"
|
||||
"LICENSE-$pkgver::https://raw.githubusercontent.com/PowerShell/PowerShellEditorServices/v$pkgver/LICENSE")
|
||||
|
||||
noextract=("PowerShellEditorServices-$pkgver.zip")
|
||||
|
||||
sha256sums=('0e0fb728e6ce425ed9f2dfb1e6ead8d81e9cf4cc54e63ea122a80943da448c0e'
|
||||
'99bc3308d3b5f2018c5d7af9239548c6853a01f08db0a1d9247d16be647c5658')
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir"/opt/powershell-editor-services
|
||||
bsdtar -x -C "$pkgdir"/opt/powershell-editor-services \
|
||||
-f "$srcdir"/PowerShellEditorServices-$pkgver.zip
|
||||
|
||||
install -Dm0644 LICENSE-"$pkgver" \
|
||||
"$pkgdir"/usr/share/licences/powershell-editor-services/LICENSE
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue