mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-04 21:32:38 +02:00
24 lines
748 B
Plaintext
24 lines
748 B
Plaintext
# Maintainer: Dimitrios Desyllas <pcmagas@disroot.org>
|
|
pkgname=mkdotenv
|
|
pkgver=0.4.9
|
|
pkgrel=4
|
|
pkgdesc="Lightweight and efficient tool for managing your .env files."
|
|
url="https://github.com/pc-magas/mkdotenv"
|
|
arch="all"
|
|
license="GPL-3.0-only"
|
|
makedepends="go"
|
|
source="$pkgname-$pkgver-3.tar.gz::https://github.com/pc-magas/mkdotenv/releases/download/v$pkgver/mkdotenv-$pkgver.tar.gz"
|
|
options="!check" # No tests
|
|
|
|
build() {
|
|
make -C "$srcdir" VERSION="$pkgver" GOARCH=$CARCH
|
|
}
|
|
|
|
package() {
|
|
make -C "$srcdir" install_bin DESTDIR="$pkgdir" INSTALL_BIN_DIR=/usr/bin GOARCH=$CARCH
|
|
}
|
|
|
|
sha512sums="
|
|
05dc4289865dd5d4e490d0a0e81d592c9507aad95fc6d3419efc1c23cdf1863c0d92e8c5bb6967a307a4740e9d3fc39206b23d9bc2dbf3419144478cf413f55a mkdotenv-0.4.9-3.tar.gz
|
|
"
|