summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: df97478d3cd0a2602e39992e761e740c3a5a74a1 (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: jonah <me@jon4hz.io>

pkgname='awoolt-bin'
pkgver=0.1.2
pkgrel=1
pkgdesc='interactively browse vault/openbao in the terminal.'
url='https://jon4hz.io'
arch=('x86_64')
license=('MIT')
provides=('awoolt')
conflicts=('awoolt')

source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/jon4hz/awoolt/releases/download/v0.1.2/awoolt-v0.1.2-linux-amd64.tar.gz")
sha256sums_x86_64=('0d645b8d745559b7fc646e201e4f205b3d232656c35edcc8e3fd001252dd092b')

package() {
  # bin
  install -Dm755 "./awoolt" "${pkgdir}/usr/bin/awoolt"
  # license
  install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/awoolt/LICENSE"
}