mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 17:11:56 +00:00
099779ea5c
* Add flatpost Co-authored-by: GloriousEggroll <gloriouseggroll@gmail.com> * bump to 1.0.5 * partially address review comments * add mime types * Fix typo in License Co-authored-by: madomado <madonuko@outlook.com> Signed-off-by: Adam Fidel <ledif@users.noreply.github.com> * add patch to add mime types --------- Signed-off-by: Adam Fidel <ledif@users.noreply.github.com> Co-authored-by: GloriousEggroll <gloriouseggroll@gmail.com> Co-authored-by: madomado <madonuko@outlook.com>
7 lines
72 B
HCL
7 lines
72 B
HCL
project pkg {
|
|
arches = ["x86_64"]
|
|
rpm {
|
|
spec = "flatpost.spec"
|
|
}
|
|
}
|