aboutsummaryrefslogtreecommitdiff
0 files changed, 0 insertions, 0 deletions
(copy-file sforth.dmp "sforth.dmp") (substitute* "sforth.dmp" (("#.*$") "\n")) (with-output-to-file "sforth" (lambda _ (invoke xxd "-p" "-r" "sforth.dmp") (call-with-input-file system.fs (lambda (port) (display (get-string-all port))))) #:binary #t) (chmod "sforth" #o755) (install-file "sforth" bin))))) (home-page "https://dacvs.neocities.org/SF/") (synopsis "Forth programming language for x86-64 desktop computers") (description "SmithForth is an implementation of the Forth programming language for x86-64 desktop computers. SmithForth is a text interpreter that runs in a Linux text console.") (supported-systems '("x86_64-linux")) (license license:expat-0)))