void-packages/srcpkgs/fish-shell/template

22 lines
620 B
Text
Raw Normal View History

2013-06-29 00:15:07 +00:00
# Template file for 'fish-shell'
pkgname=fish-shell
version=2.1.1
revision=1
2013-06-29 00:15:07 +00:00
distfiles="http://fishshell.com/files/${version}/fish-${version}.tar.gz"
checksum="b7e4d3c3d55fc3859edcb20462fcf0d14ab26e920eddcd503072e8105284d924"
2013-07-17 20:27:19 +00:00
build_style=gnu-configure
2014-06-20 08:40:12 +00:00
hostmakedepends="automake"
2013-07-11 08:32:40 +00:00
makedepends="ncurses-devel"
register_shell="/usr/bin/fish"
2014-06-20 08:40:12 +00:00
conf_files="/etc/fish/config.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/"
update_pkgname="fish"
2013-07-05 21:40:10 +00:00
license="GPL"
short_desc="User friendly shell intended mostly for interactive use"
2013-06-29 00:15:07 +00:00
pre_configure() {
autoreconf -fi
2013-06-29 00:15:07 +00:00
}