fish recipe
This commit is contained in:
parent
50928549ca
commit
018c95dfbd
1 changed files with 11 additions and 0 deletions
11
recipes/fish/Makefile
Normal file
11
recipes/fish/Makefile
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
name = fish
|
||||||
|
version = 3.2.1
|
||||||
|
URL = https://github.com/fish-shell/fish-shell/releases/download/$(version)/fish-$(version).tar.xz
|
||||||
|
|
||||||
|
# OLD
|
||||||
|
#CONFIGURE_OPTIONS_USER = --without-gettext LIBS="-lncursesw"
|
||||||
|
|
||||||
|
CMAKE_OPTIONS = -DCMAKE_INSTALL_PREFIX=$(PREFIX) -DCMAKE_BUILD_TYPE=Release
|
||||||
|
|
||||||
|
SYSCONF ?= ../../
|
||||||
|
include $(SYSCONF)/package.mk
|
Loading…
Add table
Reference in a new issue