void-packages/srcpkgs/cscope/template

22 lines
618 B
Bash
Raw Normal View History

2014-07-18 15:50:40 +00:00
# Template file for 'cscope'
pkgname=cscope
2015-04-05 10:16:20 +00:00
version=15.8b
2015-05-11 11:44:20 +00:00
revision=2
2014-07-18 15:50:40 +00:00
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="ncurses-devel"
short_desc="Interactively examine a C program"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="BSD"
homepage="http://cscope.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
2015-04-05 10:16:20 +00:00
checksum=4889d091f05aa0845384b1e4965aa31d2b20911fb2c001b2cdcffbcb7212d3af
2014-07-18 15:50:40 +00:00
post_install() {
2014-07-18 15:59:13 +00:00
vlicense COPYING
2014-07-18 15:50:40 +00:00
cd contrib/xcscope
vbin cscope-indexer
vmkdir usr/share/emacs/site-lisp
vinstall xcscope.el 644 usr/share/emacs/site-lisp
}