summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 978b6001ab00324a70af7a3e621570e0649eba67 (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
# This file was generated by GoReleaser. DO NOT EDIT.
# Maintainer: asciimoth

pkgname='pmark-bin'
pkgver=0.1.2
pkgrel=1
pkgdesc='Tool for tagging processes for split routing and other purposes'
url='https://github.com/asciimoth/p-mark'
arch=('aarch64' 'i686' 'x86_64')
license=('MIT OR GPL-3.0-or-later')
provides=('pmark')
conflicts=('pmark')
depends=('glibc')

source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/asciimoth/p-mark/releases/download/v${pkgver}/pmark_${pkgver}_linux_arm64.tar.gz")
sha256sums_aarch64=('006d96b33826f4cca72d9cc8d5ab427bc2fb4086d3f370524273fff11ae7e2b5')

source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/asciimoth/p-mark/releases/download/v${pkgver}/pmark_${pkgver}_linux_i686.tar.gz")
sha256sums_i686=('3eca5ca60a669619488a7cc32db5eecdc6d2524721ad6003a5e8af42c74a1a18')

source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/asciimoth/p-mark/releases/download/v${pkgver}/pmark_${pkgver}_linux_x86_64.tar.gz")
sha256sums_x86_64=('aaa44e036f5f13d84b67fbc3e7461c7fec5a36e741f0134df42a65494795f620')

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