blob: db6242a0fa8e1229e527e7ccbef1bac04c99a1d0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Template file for 'gscope3'
pkgname=gscope3
version=3.18
revision=1
_release=v2.18+v3.18
build_wrksrc="packages/gscope3"
build_style=gnu-configure
hostmakedepends="automake pkg-config"
makedepends="gtksourceview-devel"
short_desc="Interactive source code browsing tool for C and other languages"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/tefletch/gscope"
distfiles="https://github.com/tefletch/gscope/archive/${_release}.tar.gz"
checksum=06d0fd4351b4f8dc1850c81b07c112b0974bfb140f9fe56f8af6f865be3e0a2a
CFLAGS="-fcommon"
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}
post_install() {
vlicense ${wrksrc}/LICENSE
}
|