summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b0af7ce82a67737f4d0cea3e0b4054f7aa92e9a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# This file was generated by GoReleaser. DO NOT EDIT.
# Maintainer: SphericalKat <contact@kat.bio>

pkgname='gopherpress-bin'
pkgver=0.2.1
pkgrel=1
pkgdesc='CLI tool for creating epubs from markdown files (with links to HTML pages)'
url='https://github.com/SphericalKat/gopherpress'
arch=('aarch64' 'armv7h' 'i686' 'x86_64')
license=('GPL3')
provides=('gopherpress')
conflicts=('gopherpress')

source_aarch64=("${pkgname}_${pkgver}_aarch64.binary::https://github.com/SphericalKat/gopherpress/releases/download/v0.2.1/gopherpress_linux_arm64")
sha256sums_aarch64=('99c33c2aecfa629fec579aaf8604eb35caa593d2db2040f55f295811acd5b57d')

source_armv7h=("${pkgname}_${pkgver}_armv7h.binary::https://github.com/SphericalKat/gopherpress/releases/download/v0.2.1/gopherpress_linux_armv7")
sha256sums_armv7h=('e660a0ac3841af2e39b1c6497b05393f0c4172e37dc6bfeb5afd126d50929587')

source_i686=("${pkgname}_${pkgver}_i686.binary::https://github.com/SphericalKat/gopherpress/releases/download/v0.2.1/gopherpress_linux_386")
sha256sums_i686=('3b5cc1d67231e011e5460c21058c25fbd632035ac307060ae5bfdd4bd72240ef')

source_x86_64=("${pkgname}_${pkgver}_x86_64.binary::https://github.com/SphericalKat/gopherpress/releases/download/v0.2.1/gopherpress_linux_amd64")
sha256sums_x86_64=('193ae3f96182527b8861b956b6bfa57b91b10e8e28da47fefbe6128aca1f46a9')

package() {
  install -Dm755 "./${pkgname}_${pkgver}_${CARCH}.binary" "${pkgdir}/usr/bin/gopherpress"

}