Package Details: porth-gitlab 0.56-5

Git Clone URL: https://aur.archlinux.org/porth-gitlab.git (read-only, click to copy)
Package Base: porth-gitlab
Description: [Unstable/W.I.P] It's like Forth but in Python.
Upstream URL: https://gitlab.com/tsoding/porth
Keywords: porth tsoding
Licenses: MIT
Submitter: bellotto
Maintainer: bellotto
Last Packager: bellotto
Votes: 3
Popularity: 0.000000
First Submitted: 2022-01-03 02:28 (UTC)
Last Updated: 2022-02-15 14:58 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Pinned Comments

bellotto commented on 2022-02-06 04:19 (UTC) (edited on 2022-02-06 04:20 (UTC) by bellotto)

Note: You may need to use the -I /usr/lib/porth flag when compiling (as for example: porth -I /usr/lib/porth com program.porth) just so you have access to the std.porth library.

Latest Comments

1 2 Next › Last »

bellotto commented on 2022-02-15 15:00 (UTC)

Thank you Danikk1012 for letting me know! The package has been updated.

Daniikk1012 commented on 2022-02-15 05:36 (UTC) (edited on 2022-02-15 05:38 (UTC) by Daniikk1012)

The source code is now open again (Sort of)

shaybox commented on 2022-02-07 11:35 (UTC)

@tsoding made source closed... I guess...
source=("git+${url}.git#commit=c3290073933bb4067339d3bc5550d4d9bf8b12c4")

bellotto commented on 2022-02-06 04:19 (UTC) (edited on 2022-02-06 04:20 (UTC) by bellotto)

Note: You may need to use the -I /usr/lib/porth flag when compiling (as for example: porth -I /usr/lib/porth com program.porth) just so you have access to the std.porth library.

bellotto commented on 2022-02-01 16:56 (UTC)

Thank you for your tips, Shaybox! I've applied your recommended tweaks ;)

shaybox commented on 2022-02-01 15:55 (UTC) (edited on 2022-02-01 16:07 (UTC) by shaybox)

Since this package builds from latest commit instead of a tagged release (upstream doesn't have any tagged releases), you should use a commit based versioning, such examples are available on the ArchWiki HERE.

This allows aur helpers such as yay/paru to auto-update an upstream commit gets pushed, this would also be recommended as it seems the current versioning has the possibility to go backwards, which breaks aur helpers, they do not auto-update backwards.

Additionally some other minor tweaks:
A standard convention instead of pkgname%-gitlab is to define a _pkgname=porth above pkgname="${_pkgname}-gitlab", then use ${_pkgname} when needed.

The url should not contain the direct .git link, rather just the repository, and you can then change the source link to "git+${url}.git"

bellotto commented on 2022-02-01 01:13 (UTC)

Updated ;)

Sorry for taking that long.

Daniikk1012 commented on 2022-01-31 08:39 (UTC)

Seems like -t option was removed in the new version of the compiler, so it cannot be built with the current PKGBUILD

bellotto commented on 2022-01-30 00:21 (UTC)

Updated :)

The version has changed because of the milestones. It seems Tsoding has removed 2 of the completed ones, and the version numbering was based on them.

Before: 0.66 (6/9) Now: 0.56 (4/7)