void-packages/srcpkgs/fish-shell/template

21 lines
595 B
Bash

# Template file for 'fish-shell'
pkgname=fish-shell
version=2.1.2
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=c6c20d5ca3a2a0168461de8abfe85f9e6b255132698ea0109998d4ab68f9f6dd
pre_configure() {
autoreconf -fi
}