summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3eeeb37b9d409332b147d5b5109989bad5a7d4e3 (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.1
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.1/goresume_0.3.1_linux_arm64.tar.gz")
sha256sums_aarch64=('6a66a0ad6e11eff3ab72793b23d893782054160516540d5b03813e11b75c4f7b')

source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/nikaro/goresume/releases/download/0.3.1/goresume_0.3.1_linux_amd64.tar.gz")
sha256sums_x86_64=('9da74dd88ad0cb563b54eddcfabe95fae4f690c4a70da375eb5ebc4d9181501d')

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