summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: fc7ce1c6f2a096b1fb162178996663067afc05ac (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+wickes1at users.noreply.github.com>

pkgname='envex-bin'
pkgver=1.1.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.1.0/envex_Linux_arm64.tar.gz")
sha256sums_aarch64=('7d123392429894e944a1470295086635c4ac9bef8e2e4339e50f4d3933f19c45')

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

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

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