summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2ca76e47fdd2e490b377d23282a7ddcb9a8ffebe (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
# This file was generated by GoReleaser. DO NOT EDIT.
# Maintainer: Wickes1 <27881570+wickes1 at users.noreply.github.com>

pkgname='envex-bin'
pkgver=1.2.0
pkgrel=1
pkgdesc='A CLI tool for generating sample dotenv files from existing .env configurations'
url='https://github.com/wickes1/envex'
arch=('aarch64' 'i686' 'x86_64')
license=('Apache')
provides=('envex')
conflicts=('envex')

source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/wickes1/envex/releases/download/v1.2.0/envex_Linux_arm64.tar.gz")
sha256sums_aarch64=('9235ac38362329e5d03af618cdc491545cb64eb96df0f6488c4485975de31c26')

source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/wickes1/envex/releases/download/v1.2.0/envex_Linux_i386.tar.gz")
sha256sums_i686=('72c7b34a84e5ac807b002438bf87e4e2b99d884d7b354bf52a45b18dbcefabfa')

source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/wickes1/envex/releases/download/v1.2.0/envex_Linux_x86_64.tar.gz")
sha256sums_x86_64=('c1fc03322b40ee3fd1e3560daced5f6f1eab0726dfda0ae4a4c1123ab798da51')

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