From 018c95dfbd286fd080c5ca4be3c160988c7119fe Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Sat, 27 Mar 2021 23:51:13 +0100 Subject: [PATCH] fish recipe --- recipes/fish/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes/fish/Makefile diff --git a/recipes/fish/Makefile b/recipes/fish/Makefile new file mode 100644 index 0000000..d84b3e6 --- /dev/null +++ b/recipes/fish/Makefile @@ -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