void-packages/srcpkgs/fish-shell/template

21 lines
595 B
Bash
Raw Normal View History

2013-06-29 00:15:07 +00:00
# Template file for 'fish-shell'
pkgname=fish-shell
version=2.1.2
revision=1
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}"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2013-07-05 21:40:10 +00:00
homepage="http://fishshell.com/"
license="GPL-2"
2013-07-05 21:40:10 +00:00
short_desc="User friendly shell intended mostly for interactive use"
distfiles="http://fishshell.com/files/${version}/fish-${version}.tar.gz"
checksum=c6c20d5ca3a2a0168461de8abfe85f9e6b255132698ea0109998d4ab68f9f6dd
2013-06-29 00:15:07 +00:00
pre_configure() {
autoreconf -fi
2013-06-29 00:15:07 +00:00
}