mirror of
https://github.com/luzifer-aur/envrun.git
synced 2024-11-09 11:30:03 +00:00
envrun v0.6.1
This commit is contained in:
parent
205c17a2d9
commit
4109bea730
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,14 +1,14 @@
|
||||||
pkgbase = envrun
|
pkgbase = envrun
|
||||||
pkgdesc = Helper utility to inject environment variables stored in a file into processes
|
pkgdesc = Helper utility to inject environment variables stored in a file into processes
|
||||||
pkgver = 0.6.0
|
pkgver = 0.6.1
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://github.com/Luzifer/envrun
|
url = https://github.com/Luzifer/envrun
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = Apache
|
license = Apache
|
||||||
makedepends = go
|
makedepends = go
|
||||||
source = envrun-0.6.0.tar.gz::https://github.com/Luzifer/envrun/archive/v0.6.0.tar.gz
|
source = envrun-0.6.1.tar.gz::https://github.com/Luzifer/envrun/archive/v0.6.1.tar.gz
|
||||||
sha512sums = a2b854abba9cb7e8078d0c8f662d93ba32e87fbac73becbb1de0c0ffd27603a184ccd9b7b6a93a12b55b32967a0a2884bf1739f97cb797e1a372ae9c4d7bc85b
|
sha512sums = 21c9225ecd829f91f57bba2121f347bd287c37b78d8927b86b9d1b8aef41841d846ba3dee0d254b4994237e085b33e69c9060ca1dbb731c816840ed7a5fbe18d
|
||||||
|
|
||||||
pkgname = envrun
|
pkgname = envrun
|
||||||
|
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -1,15 +1,15 @@
|
||||||
# Maintainer: Knut Ahlers <knut at ahlers dot me>
|
# Maintainer: Knut Ahlers <knut at ahlers dot me>
|
||||||
|
|
||||||
pkgname=envrun
|
pkgname=envrun
|
||||||
pkgver=0.6.0
|
pkgver=0.6.1
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Helper utility to inject environment variables stored in a file into processes"
|
pkgdesc="Helper utility to inject environment variables stored in a file into processes"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://github.com/Luzifer/$pkgname"
|
url="https://github.com/Luzifer/$pkgname"
|
||||||
license=('Apache')
|
license=('Apache')
|
||||||
makedepends=('go')
|
makedepends=('go')
|
||||||
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
|
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
|
||||||
sha512sums=('a2b854abba9cb7e8078d0c8f662d93ba32e87fbac73becbb1de0c0ffd27603a184ccd9b7b6a93a12b55b32967a0a2884bf1739f97cb797e1a372ae9c4d7bc85b')
|
sha512sums=('21c9225ecd829f91f57bba2121f347bd287c37b78d8927b86b9d1b8aef41841d846ba3dee0d254b4994237e085b33e69c9060ca1dbb731c816840ed7a5fbe18d')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkdir -p "${srcdir}/go/src/github.com/Luzifer"
|
mkdir -p "${srcdir}/go/src/github.com/Luzifer"
|
||||||
|
|
Loading…
Reference in a new issue