mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cscope: update to 15.9.
This commit is contained in:
parent
e08851f7c9
commit
f3cbf628d0
1 changed files with 6 additions and 6 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'cscope'
|
# Template file for 'cscope'
|
||||||
pkgname=cscope
|
pkgname=cscope
|
||||||
version=15.8b
|
version=15.9
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
short_desc="Interactively examine a C program"
|
short_desc="Interactively examine a C program"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD"
|
license="BSD-3-Clause"
|
||||||
homepage="http://cscope.sourceforge.net/"
|
homepage="http://cscope.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=4889d091f05aa0845384b1e4965aa31d2b20911fb2c001b2cdcffbcb7212d3af
|
checksum=c5505ae075a871a9cd8d9801859b0ff1c09782075df281c72c23e72115d9f159
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue