summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9f871134191a2fbf0a5d7e9db19c673e35861077 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Nils Grunwald <nils [@] grunwald [dot] fr>

pkgname=grape-bin
pkgver=0.6.0
pkgrel=2
pkgdesc='Grape is a syntax-aware grep-like utility for Clojure code. It allows you to search for code patterns using Clojure data structures.'
arch=('x86_64')
url='https://github.com/bfontaine/grape'
license=('EPL')
provides=('grape')
conflicts=()

source=("https://github.com/bfontaine/grape/releases/download/${pkgver}/${pkgname/\-bin/}-linux-amd64.zip")

md5sums=('0091e1fff364c73fa39ad6d406ed6cf1')

package() {
  install -Dm755 "${srcdir}/grape" "${pkgdir}/usr/bin/grape"
}