22 lines
636 B
Bash
22 lines
636 B
Bash
# Template file for 'delve'
|
|
pkgname=delve
|
|
version=1.4.1
|
|
revision=1
|
|
build_style=go
|
|
go_import_path=github.com/go-delve/delve/cmd/dlv
|
|
short_desc="Debugger for the Go programming language"
|
|
maintainer="Renato Aguiar <renato@renatoaguiar.net>"
|
|
license="MIT"
|
|
homepage="https://github.com/go-delve/delve"
|
|
distfiles="https://github.com/go-delve/delve/archive/v${version}.tar.gz"
|
|
checksum=6d9da41a18905c9819e33f475bf911facba1297674d2312ab5d7e2488fac685a
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
i686*|arm*|ppc*) broken=yes ;;
|
|
esac
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vmkdir "usr/share/doc/${pkgname}"
|
|
vcopy Documentation/* "usr/share/doc/${pkgname}"
|
|
}
|