26 lines
675 B
Bash
26 lines
675 B
Bash
# Template file for 'gscope3'
|
|
pkgname=gscope3
|
|
version=3.16
|
|
revision=1
|
|
_release=v2.16+v3.16
|
|
wrksrc="gscope-2.16-v3.16"
|
|
build_wrksrc="packages/gscope3"
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake pkg-config"
|
|
makedepends="gtksourceview-devel"
|
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
|
short_desc="Interactive source code browsing tool for C and other languages"
|
|
homepage="https://github.com/tefletch/gscope"
|
|
license="MIT"
|
|
distfiles="https://github.com/tefletch/gscope/archive/${_release}.tar.gz"
|
|
checksum=e8e9edc652ae161f9664db00f54898ab6cb7730b011857a3fdc667ba8e898f22
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|
|
|
|
post_install() {
|
|
vlicense ${wrksrc}/LICENSE
|
|
}
|
|
|