void-packages/srcpkgs/fish-shell/template
2015-07-13 09:11:39 +02:00

20 lines
595 B
Bash

# Template file for 'fish-shell'
pkgname=fish-shell
version=2.2.0
revision=1
build_style=gnu-configure
hostmakedepends="automake"
makedepends="ncurses-devel"
register_shell="/usr/bin/fish"
conf_files="/etc/fish/config.fish"
wrksrc="fish-${version}"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://fishshell.com/"
license="GPL-2"
short_desc="User friendly shell intended mostly for interactive use"
distfiles="http://fishshell.com/files/${version}/fish-${version}.tar.gz"
checksum=a76339fd14ce2ec229283c53e805faac48c3e99d9e3ede9d82c0554acfc7b77a
pre_configure() {
autoreconf -fi
}