summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e70dd8b0363e6d6bfd3cc28f81c703f7b49b7001 (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.6.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=('SKIP'
         'SKIP')

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