void-packages/srcpkgs/fish-shell/template

21 lines
577 B
Plaintext
Raw Normal View History

2013-06-29 00:15:07 +00:00
# Template file for 'fish-shell'
pkgname=fish-shell
2013-10-31 17:09:29 +00:00
version=2.1.0
revision=1
2013-06-29 00:15:07 +00:00
distfiles="http://fishshell.com/files/${version}/fish-${version}.tar.gz"
2013-10-31 17:09:29 +00:00
checksum="af527af9d145df5675ca3031c1a87007d4f4753a1cde49da88f4eb883a1cf044"
2013-07-17 20:27:19 +00:00
build_style=gnu-configure
2013-07-11 08:32:40 +00:00
hostmakedepends="autoconf doxygen"
makedepends="ncurses-devel"
register_shell="/usr/bin/fish"
2013-10-31 17:09:29 +00:00
wrksrc="fish-${version}"
2013-07-05 21:40:10 +00:00
maintainer="Steven R <strob AT styez DOT com>"
homepage="http://fishshell.com/"
license="GPL"
short_desc="User friendly shell intended mostly for interactive use"
2013-06-29 00:15:07 +00:00
pre_configure() {
autoconf
autoheader
}