25 lines
675 B
Bash
25 lines
675 B
Bash
# Template file for 'gscope3'
|
|
pkgname=gscope3
|
|
version=3.12
|
|
revision=1
|
|
_release=v2.12+v3.12
|
|
wrksrc="gscope-2.12-v3.12"
|
|
build_wrksrc="packages/gscope3"
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake pkg-config"
|
|
makedepends="gtksourceview-devel"
|
|
maintainer="cr6git <quark6@protonmail.com>"
|
|
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=36b52fefe46b111b3835f9b9394bbc89ef671b5697cb5452dd2c225aebe72cfc
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|
|
|
|
post_install() {
|
|
vlicense ${wrksrc}/LICENSE
|
|
}
|
|
|