This commit is contained in:
kento2 2026-09-06 14:11:51 +02:00
parent 1112bf28c8
commit 7af09a8b2a
9 changed files with 217 additions and 66 deletions

21
README
View file

@ -1,18 +1,5 @@
depends: https://github.com/arp242/toml-c
most development currently happens in ./pkin.
# development is kinda stuck
cause c does not support
coroutines/concurrency/parallelism properly.
expected usage:
(1) pkg_add /path/to/source/code/with/template/file
(2) pkg_add name of source template in source repo
We need a template format that specifies compiletime
dependencies in addition to the standart rpm spec fields
such as name, description, build script, etc..
In the case of (2), it must also specify an URL to get the
source code from.
in the end it should produce an rpm package and install it
(with dnf). referenced packages(like in dependencies) should
use the name from fedoras package list.
If a source template depends on another package that only
exists as a source template, pkg_add must make sure to
compile that first.