summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: fcddf6230d2aab0aa0f200f7df68d148a8c48794 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Author: Emil Lundberg <lundberg.emil@gmail.com> <https://keybase.io/emlun>

pkgname=gradle-autowrap
pkgver=1.0.0
pkgrel=1
pkgdesc="Alternative Gradle front-end that redirects to Gradle wrapper if available"
arch=('any')
license=('custom:unlicense')
depends=('zsh')
source=("git+https://github.com/emlun/gradle-autowrap#tag=v${pkgver}")
sha256sums=('SKIP')

package() {
  install -Dm 555 "${srcdir}/${pkgname}"/gradle-autowrap.zsh "${pkgdir}"/usr/local/bin/gradle
  install -Dm 444 "${srcdir}/${pkgname}"/UNLICENSE "${pkgdir}"/usr/share/licenses/"${pkgname}"/UNLICENSE
}