summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 426964f55095d8d2a4fe7348299bbaee36ef8c7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: condy <condy0919[at]gmail[dot]com>
pkgname=psysh
pkgver=0.7.1
pkgrel=1
pkgdesc="PsySH is a runtime developer console, interactive debugger and REPL for PHP."
url="http://psysh.org"
arch=('x86_64' 'i686')
license=('MIT')
depends=('php')
provides=('psysh')
optdepends=('mariadb: mysql command support')
source=('http://psysh.org/psysh'
        'https://raw.githubusercontent.com/bobthecow/psysh/master/LICENSE')
md5sums=('928e1d5f88da565a10a130c1282ba3be'
         'SKIP')

package() {
  cd "${srcdir}"
  install -Dm755 psysh "$pkgdir/usr/bin/psysh"
  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}