summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 77f1ac60ca307f0737b827f74de9fcfc7165ea86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This file was generated by GoReleaser. DO NOT EDIT.
# Maintainer: Nicolas Karolak <nicolas at karolak dot fr>

pkgname='goresume-bin'
pkgver=0.3.7
pkgrel=1
pkgdesc='Build HTML/PDF resume from JSON/YAML/TOML.'
url='https://github.con/nikaro/goresume'
arch=('aarch64' 'x86_64')
license=('MIT')
provides=('goresume')
conflicts=('goresume')

source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/nikaro/goresume/releases/download/0.3.7/goresume_0.3.7_linux_arm64.tar.gz")
sha256sums_aarch64=('88c5624dba023000c4ce9e4b7515a1eab062b6782129513d7282b2d16c391f95')

source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/nikaro/goresume/releases/download/0.3.7/goresume_0.3.7_linux_amd64.tar.gz")
sha256sums_x86_64=('8037e8257494329034eea07bbb4d0a7a50bbc2a9399aad97d0220ffe1a6bba58')

package() {
  install -Dm755 "./goresume" "${pkgdir}/usr/bin/goresume"
}