1
Fork 0
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:
Noah Rosamilia 2022-01-06 18:28:55 -05:00 committed by Andreas Kling
parent e570f9abc5
commit f3b5f03b2a
3 changed files with 33 additions and 0 deletions

8
Ports/npiet/package.sh Executable file
View 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