summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 48ba34e36cb1b68cc712ef514e0be03ebcb8ac73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Martin Czygan <martin.czygan@gmail.com>
# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>

pkgname=zek-bin
pkgver=0.1.19
pkgrel=1
pkgdesc="Generate a Go struct from XML"
arch=('x86_64')
url='https://github.com/miku/zek'
license=('GPL3')
provides=('zek')
depends=('glibc')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/miku/zek/releases/download/${pkgver}/zek_${pkgver}_Linux_x86_64.tar.gz")
sha256sums=('ef4958ba7cb74f972cc4bccab61fd25531e96d77d7aa9262d75861466fca9ce9')

package() {
  cd "${srcdir}"
  tar xvf ${pkgname}-${pkgver}.tar.gz -C "${pkgdir}/bin"
  chmod 755 bin/zek
}