From 02c5fa06cab2ea15fe25fbd6433a8a549ee5d18f Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sat, 29 Aug 2026 14:59:08 +0300 Subject: [PATCH] Prepare SRFI-170 for git-indexing. Bumpd version --- Makefile | 9 +++++++-- srfi/170/VERSION | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6da1b2e..92db1f3 100644 --- a/Makefile +++ b/Makefile @@ -4,20 +4,25 @@ SCHEME=chibi SRFI=170 PKG=srfi-${SRFI}-${VERSION}.tgz VERSION=$$(cat srfi/${SRFI}/VERSION) +TESTFILE=srfi/${SRFI}/test.scm +DOCFILE=srfi/${SRFI}/index.html all: package package: srfi/${SRFI}/LICENSE srfi/${SRFI}/VERSION - cp srfi/${SRFI}/index.html index.html cp srfi/${SRFI}/test.scm test.scm snow-chibi package \ --license="$$(cat srfi/${SRFI}/LICENSE)" \ --version="${VERSION}" \ --authors="$$(cat srfi/${SRFI}/AUTHORS 2>/dev/null || echo 'Retropikzel')" \ - --doc=index.html \ + --doc=${DOCFILE} \ + --test=${TESTFILE} --description="$$(cat srfi/${SRFI}/DESCRIPTION)" \ srfi/${SRFI}.sld +git-index: package + snow-chibi git-index ${PKG} + install: snow-chibi install --impls=${SCHEME} --skip-tests?=1 ${PKG} diff --git a/srfi/170/VERSION b/srfi/170/VERSION index abd4105..3a4036f 100644 --- a/srfi/170/VERSION +++ b/srfi/170/VERSION @@ -1 +1 @@ -0.2.4 +0.2.5