19 lines
482 B
Bash
19 lines
482 B
Bash
# Template file for 'ugdb'
|
|
pkgname=ugdb
|
|
version=0.1.8
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="Alternative TUI for gdb"
|
|
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/ftilde/ugdb"
|
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
|
checksum=000a0d1bcc848332d5786ca9c37fcba0ead5d5cf33b39ba7620fe3fd9e530b9c
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
ppc*) broken="nix-0.8.1 and nix-0.7.0 fail to build";;
|
|
esac
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|