blob: a877727c08fea00ef11b54c62936fd7a785fbeba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = envex-bin
pkgdesc = A CLI tool for generating sample dotenv files from existing .env configurations
pkgver = 1.1.0
pkgrel = 1
url = https://github.com/wickes1/envex
license = Apache
conflicts = envex
provides = envex
arch = aarch64
source_aarch64 = https://github.com/wickes1/envex/releases/download/v1.1.0/envex_Linux_arm64.tar.gz
sha256sums_aarch64 = 7d123392429894e944a1470295086635c4ac9bef8e2e4339e50f4d3933f19c45
arch = i686
source_i686 = https://github.com/wickes1/envex/releases/download/v1.1.0/envex_Linux_i386.tar.gz
sha256sums_i686 = 6dbe3468565ba91948f231b089443c9f6650cd9e4c027c38dfa620adc46529af
arch = x86_64
source_x86_64 = https://github.com/wickes1/envex/releases/download/v1.1.0/envex_Linux_x86_64.tar.gz
sha256sums_x86_64 = 9def4cb5a6958ea0ac464cba0a8a46eb56a04cd8df60dcc3b212970339d9fe25
pkgname = envex-bin
|