111bcd9d2a
This reverts commit 09fc458123
.
Something is wrong with go glibc packages becoming dependent on musl libc.
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
15 lines
460 B
Bash
15 lines
460 B
Bash
# Template file for 'go-gdm'
|
|
pkgname=go-gdm
|
|
version=1.4
|
|
revision=6
|
|
build_style=go
|
|
hostmakedepends="git"
|
|
short_desc="Go dependency manager - gdm"
|
|
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
|
license="Unlicense"
|
|
go_import_path="github.com/sparrc/gdm"
|
|
homepage="https://${go_import_path}"
|
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
|
checksum=2ac8800319d922fe2816e57f30e23ddd9a11ce2e93294c533318b9f081debde4
|
|
conflicts="gdm"
|
|
wrksrc="gdm-${version}"
|