mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
ugdb: update to 0.1.10.
This commit is contained in:
parent
3ecd089615
commit
f6877097c0
1 changed files with 3 additions and 6 deletions
|
@ -1,18 +1,15 @@
|
||||||
# Template file for 'ugdb'
|
# Template file for 'ugdb'
|
||||||
pkgname=ugdb
|
pkgname=ugdb
|
||||||
version=0.1.9
|
version=0.1.10
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
|
checkdepends="gdb"
|
||||||
short_desc="Alternative TUI for gdb"
|
short_desc="Alternative TUI for gdb"
|
||||||
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/ftilde/ugdb"
|
homepage="https://github.com/ftilde/ugdb"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=c96925da24fa684f6b22f1fee90a83d34c69be0466ae2fd7fa96cd5af7e903a1
|
checksum=ccc41aed24f3ed8fd18decbcbb12ffa78542b5de37692a6dc927c08e4eb234bb
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
ppc*) broken="nix-0.7.0 fails to build";;
|
|
||||||
esac
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue