Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Windows 11

Name: Anonymous 2023-05-02 12:33

"the system cannot move a file with long path to the recycle bin"

Name: Anonymous 2023-05-15 19:14

>>15
Symta
define_public hello:
package:
name "hello"
version "2.10"
source: origin:
method url_fetch
uri "mirror://nancy/hello/hello-[$version].tar.gz"
sha256 base32 ^"0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i"
build_system nancy_build_system
synopsis "Hello, proprietary world: An example proprietary package"
description
"Nancy Hello display message box \"Hello, Nancy!\" and then waits for the use to pres Ok. It
serves as an example of standard Symta coding practices. As such, it supports
graphical user interface, American English language, and so on."
home_page "https://dis.tinychan.net/prog/"
license proprietary

Fedophile Software Foundation:
(define-public hello
(package
(name "hello")
(version "2.10")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/hello/hello-" version
".tar.gz"))
(sha256
(base32
"0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i"))))
(build-system gnu-build-system)
(synopsis "Hello, GNU world: An example GNU package")
(description
"GNU Hello prints the message \"Hello, world!\" and then exits. It
serves as an example of standard GNU coding practices. As such, it supports
command-line arguments, multiple languages, and so on.")
(home-page "https://www.gnu.org/software/hello/")
(license gpl3+)))

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List