chore: scaffold dub project with TOML dep
This commit is contained in:
@@ -1,3 +1,24 @@
|
||||
# tofu
|
||||
|
||||
A package manager for the ZereneOS Unofficial User Repository
|
||||
A package manager for the ZereneOS Unofficial User Repository
|
||||
|
||||
## What it is
|
||||
|
||||
A Dlang wrapper around zeta-toolchain and ZETA for the ZUUR recipe repository, in the style of yay/paru for the ZereneOS ecosystem.
|
||||
|
||||
## Requirements
|
||||
|
||||
- dub
|
||||
- a D compiler (dmd or ldc2)
|
||||
- lua
|
||||
- curl
|
||||
- zeta-toolchain
|
||||
- Zeta
|
||||
|
||||
## Build
|
||||
|
||||
```
|
||||
dub build
|
||||
```
|
||||
|
||||
Produces the `./tofu` binary.
|
||||
|
||||
Reference in New Issue
Block a user