902807f15e
@kulinacs has requested to orphan all currently owned packages in #9542. This commit reassigns all packages affected to @the-maldridge. [skip ci] Closes: #9544 [via git-merge-pr]
15 lines
460 B
Bash
15 lines
460 B
Bash
# Template file for 'go-gdm'
|
|
pkgname=go-gdm
|
|
version=1.4
|
|
revision=2
|
|
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}"
|