16 lines
389 B
Bash
16 lines
389 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
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|