summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a88a51314534eebb537dcecc92b7208c3e3410e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Stefan Auditor <stefan.auditor@erdfisch.de>
# Please report issues at https://github.com/sanduhrs/arch-aur-phpstorm-url-handler

_pkgname=phpstorm-url-handler
pkgname=${_pkgname}
pkgver=1.2.1
pkgrel=1
pkgdesc="Open phpstorm:// URLs in PHPStorm."
arch=('any')
url='https://github.com/sanduhrs/phpstorm-url-handler'
license=('GPL')
depends=('desktop-file-utils')
makedepends=("git")
install=${_pkgname}.install
source=("${_pkgname}"::"git+https://github.com/sanduhrs/phpstorm-url-handler.git")
sha512sums=('SKIP')

package() {
  cd "${srcdir}"
  install -Dm755 ${_pkgname}/${_pkgname} "$pkgdir/usr/bin/${_pkgname}"
  RPM_BUILD_ROOT=$pkgdir desktop-file-install ${_pkgname}/${_pkgname}.desktop
}