void-packages/srcpkgs/fish-shell/template

27 lines
625 B
Plaintext
Raw Normal View History

2013-06-29 00:15:07 +00:00
# Template file for 'fish-shell'
pkgname=fish-shell
version=2.0.0
revision=3
2013-06-29 00:15:07 +00:00
distfiles="http://fishshell.com/files/${version}/fish-${version}.tar.gz"
checksum="7e4c4a0b3c518769a3d31b235e743de7a8d52f851ad19d2df9d53534e6238303"
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"
2013-06-29 00:15:07 +00:00
wrksrc="fish"
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
}
fish-shell_package() {
2013-07-05 21:40:10 +00:00
register_shell="/usr/bin/fish"
2013-06-29 00:15:07 +00:00
pkg_install() {
2013-07-11 08:32:40 +00:00
vmove all
}
}