mirror of
https://github.com/RGBCube/serenity
synced 2025-08-01 15:37:47 +00:00
Ports: Add npiet
Add interpreter for piet programming language https://www.bertnase.de/npiet/ https://www.dangermouse.net/esoteric/piet.html
This commit is contained in:
parent
e570f9abc5
commit
f3b5f03b2a
3 changed files with 33 additions and 0 deletions
8
Ports/npiet/package.sh
Executable file
8
Ports/npiet/package.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=npiet
|
||||
useconfigure=true
|
||||
version=1.3f
|
||||
depends=("libgd" "libpng")
|
||||
configopts=()
|
||||
files="https://www.bertnase.de/npiet/npiet-${version}.tar.gz npiet-${version}.tar.gz 2ded856062abd73599e85e1e768ce6bc60ba2db22dc7d6a9b62763dca04b855a"
|
||||
auth_type=sha256
|
Loading…
Add table
Add a link
Reference in a new issue