summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a80ac07558e64ed5ae4e4c88f35ffe6ece354c89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Vinicius Correa <vinicius dot correa at zoho dot com>
pkgname=gendev
pkgver=0.4.0
pkgrel=2
pkgdesc="Genesis development environment for Linux"
arch=('any')
url="https://github.com/kubilus1/${pkgname}"
license=('BSD')
depends=('texinfo' 'jdk8-openjdk')
options=(!strip)
makedepends=('')
optdepends=('')
source=("https://github.com/kubilus1/gendev/releases/download/${pkgver}/${pkgname}_${pkgver}.txz")
md5sums=('37e61b25baa4229aa6b6c3d79d7b7953')

package() {
  install -dm755 "${pkgdir}/opt"
  cp -r "${srcdir}/opt/${pkgname}" "${pkgdir}/opt/${pkgname}"
}