# This file was generated by GoReleaser. DO NOT EDIT. # Maintainer: Nicolas Karolak pkgname='goresume-bin' pkgver=0.2.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.2.7/goresume_0.2.7_linux_arm64.tar.gz") sha256sums_aarch64=('da17549ff5ef44c48165e804660551650ae26e435a1016346d6c8c47813ea990') source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/nikaro/goresume/releases/download/0.2.7/goresume_0.2.7_linux_amd64.tar.gz") sha256sums_x86_64=('e13b9a7d87dfa772267b2a3910c41459c36e14eb980ffef44a940c0d18ab4ed7') package() { install -Dm755 "./goresume" "${pkgdir}/usr/bin/goresume" }