~dricottone/huttese-apk

ref: 01f47675269a364fe80701a6e2787557d44019c5 huttese-apk/README.md -rw-r--r-- 1.1 KiB
01f47675Dominic Ricottone Revert update on ansi2html, atpublic, pygments 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# huttese-apk

A containerized build process for [huttese](https://git.dominic-ricottone.com/~dricottone/huttese) APKs.

The package source code (chiefly `APKBUILD` files) are found in `pkgsrc/`.

The packages are found in `pkg/` after building (i.e. `make $pkg`).
To use these packages, update `/etc/apk/repositories` to include this folder.
Works for Dockerfiles, too; just mount the directory.

The packaging keys are found in `keys/` after generating (i.e. `make keys`)

Bugs and features are tracked at [todo.dominic-ricottone.com/~dricottone/huttese](https://todo.dominic-ricottone.com/~dricottone/huttese).


## To Do

The `make all` recipe does not order packages intelligently.
There are interdependencies and as such the packages need to built in an order.
The recipe should be updated to reflect this.
In the meantime, run `make all` repeatedly until there is nothing to do.


## License

Derivative of Drew DeVault's sr.ht-apkbuilds.
His license is redistributed here in `LICENSE`.
The original license can be found at
https://git.sr.ht/~sircmpwn/sr.ht-apkbuilds/tree/master/item/LICENSE .