diff --git a/recipes/yash/Makefile b/recipes/yash/Makefile new file mode 100644 index 0000000..8ee4258 --- /dev/null +++ b/recipes/yash/Makefile @@ -0,0 +1,8 @@ +name = yash +version = 2.51 +URL = https://github.com/magicant/yash/releases/download/$(version)/yash-$(version).tar.gz + +CONFIGURE_OPTIONS = --prefix=$(PREFIX) CFLAGS="-O2 -fPIC -D_POSIX_C_SOURCE" + +SYSCONF ?= ../../ +include $(SYSCONF)/package.mk