Merge pull request #4680 from awalGarg/patch-1

Add fish's dependency "bc"
This commit is contained in:
Toyam Cox 2016-08-28 12:20:23 -04:00 committed by GitHub
commit 389cafaa97
1 changed files with 2 additions and 1 deletions

View File

@ -1,10 +1,11 @@
# Template file for 'fish-shell'
pkgname=fish-shell
version=2.3.1
revision=1
revision=2
build_style=gnu-configure
hostmakedepends="automake libtool"
makedepends="ncurses-devel"
depends="bc"
register_shell="/usr/bin/fish"
conf_files="/etc/fish/config.fish"
wrksrc="fish-${version}"