dep-repository

Default repository for the dep dependency manager
git clone git://git.finwo.net/misc/dep-repository
Log | Files | Refs

commit f02cf0aae8bfcd927dffa48385c3dd453a91dcf1
parent d40f1cb45fc2cde8f7aa8967c05ecf37e89787ba
Author: finwo <finwo@pm.me>
Date:   Tue, 31 Jan 2023 23:10:55 +0100

Added benhoyt/inih library

Diffstat:
Abenhoyt/inih/config.mk | 1+
Abenhoyt/inih/package-edge.ini | 10++++++++++
Abenhoyt/inih/package-stable.ini | 11+++++++++++
Medge.cnf | 1+
Mstable.cnf | 1+
5 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/benhoyt/inih/config.mk b/benhoyt/inih/config.mk @@ -0,0 +1 @@ +SRC+=__DIRNAME/ini.c diff --git a/benhoyt/inih/package-edge.ini b/benhoyt/inih/package-edge.ini @@ -0,0 +1,10 @@ +[package] +name=benhoyt/inih +src=https://github.com/benhoyt/inih/archive/refs/heads/master.tar.gz + +[fetch] +config.mk=https://raw.githubusercontent.com/finwo/dep-repository/main/benhoyt/inih/config.mk + +[export] +config.mk=config.mk +include/benhoyt/inih.h=ini.h diff --git a/benhoyt/inih/package-stable.ini b/benhoyt/inih/package-stable.ini @@ -0,0 +1,11 @@ +[package] +name=benhoyt/inih +src=https://github.com/benhoyt/inih/archive/refs/tags/r56.tar.gz +src-sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 + +[fetch] +config.mk=https://raw.githubusercontent.com/finwo/dep-repository/main/benhoyt/inih/config.mk + +[export] +config.mk=config.mk +include/benhoyt/inih.h=ini.h diff --git a/edge.cnf b/edge.cnf @@ -1,5 +1,6 @@ antirez/linenoise=https://raw.githubusercontent.com/finwo/dep-repository/main/antirez/linenoise/package.ini antirez/rax=https://raw.githubusercontent.com/finwo/dep-repository/main/antirez/rax/package.ini +benhoyt/inih=https://raw.githubusercontent.com/finwo/dep-repository/main/benhoyt/inih/package-edge.ini cofyc/argparse=https://raw.githubusercontent.com/finwo/dep-repository/main/cofyc/argparse/package.ini finwo/assert=https://github.com/finwo/c-assert/archive/refs/tags/edge.tar.gz finwo/http-parser=https://github.com/finwo/http-parser/archive/refs/tags/edge.tar.gz diff --git a/stable.cnf b/stable.cnf @@ -1,5 +1,6 @@ antirez/linenoise=https://raw.githubusercontent.com/finwo/dep-repository/main/antirez/linenoise/package.ini antirez/rax=https://raw.githubusercontent.com/finwo/dep-repository/main/antirez/rax/package.ini +benhoyt/inih=https://raw.githubusercontent.com/finwo/dep-repository/main/benhoyt/inih/package-stable.ini cofyc/argparse=https://raw.githubusercontent.com/finwo/dep-repository/main/cofyc/argparse/package.ini finwo/assert=https://github.com/finwo/c-assert/archive/refs/tags/stable.tar.gz finwo/http-parser=https://github.com/finwo/http-parser/archive/refs/tags/stable.tar.gz