summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ede8a27fd6cd6918ca853dc59c51be6ec87f53aa (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
30
31
# This file was generated by GoReleaser. DO NOT EDIT.
# Maintainer: Abhinav Gupta <mail@abhinavg.net>

pkgname='stitchmd-bin'
pkgver=0.9.0
pkgrel=1
pkgdesc='Stitch multiple Markdown files together into a single document.'
url='https://github.com/abhinav/stitchmd'
arch=('aarch64' 'armv7h' 'i686' 'x86_64')
license=('GPL-2.0')
provides=('stitchmd')
conflicts=('stitchmd')

source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/abhinav/stitchmd/releases/download/v0.9.0/stitchmd-linux-arm64.tar.gz")
sha256sums_aarch64=('c27b7d5fb67fa6e0f4d5468320a1e73620de68fc2047845a94d973b628564924')

source_armv7h=("${pkgname}_${pkgver}_armv7h.tar.gz::https://github.com/abhinav/stitchmd/releases/download/v0.9.0/stitchmd-linux-armv7.tar.gz")
sha256sums_armv7h=('dd8bb36b28144ebda65eb3eae03b097465f36dca53947a3280614ae220b74dd5')

source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/abhinav/stitchmd/releases/download/v0.9.0/stitchmd-linux-386.tar.gz")
sha256sums_i686=('3cffd536cdf1e0469d6e194403beb93629917ed63ffbe43003d64c065ebd5d28')

source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/abhinav/stitchmd/releases/download/v0.9.0/stitchmd-linux-amd64.tar.gz")
sha256sums_x86_64=('0fca7cca22f22b2c29d2b2399d6dca7fc8e634ae95ee89226bb99dd7d916bd0d')

package() {
  install -Dm755 "./stitchmd" "${pkgdir}/usr/bin/stitchmd"
  install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/stitchmd/LICENSE"
  install -Dm644 "./README.md" "${pkgdir}/usr/share/doc/stitchmd/README.md"
  install -Dm644 "./CHANGELOG.md" "${pkgdir}/usr/share/doc/stitchmd/CHANGELOG.md"
}