Search Criteria
Package Details: clibasic 1.1.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/clibasic.git (read-only, click to copy) |
---|---|
Package Base: | clibasic |
Description: | A BASIC interpreter for the terminal, written in C |
Upstream URL: | https://github.com/PQCraft/CLIBASIC |
Keywords: | BASIC C Interpreter Terminal |
Licenses: | GPL3 |
Conflicts: | clibasic-bin |
Submitter: | PQCraft |
Maintainer: | PQCraft |
Last Packager: | PQCraft |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-07-11 00:05 (UTC) |
Last Updated: | 2022-01-13 00:42 (UTC) |
Dependencies (5)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- readline (readline-gitAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR) (make)
- make (make-gitAUR) (make)
- readline (readline-gitAUR) (make)
Latest Comments
PQCraft commented on 2021-08-31 13:38 (UTC)
I'm having trouble with pushing rn, git hangs when I try to push.
PQCraft commented on 2021-07-11 14:36 (UTC)
Fixed
PQCraft commented on 2021-07-11 14:33 (UTC)
Well atm im dealing with some trouble so give me a few hours, I can't push as I'm getting this error:
Its most likely going to take me a while to figure this out as this means absolutely nothing to me besides 'Makefile is missing' and its certainly not as I have it right here in my local directory.
PQCraft commented on 2021-07-11 14:13 (UTC)
@lmartinez-mirror These issue should be fixed now, also the reason I have it download individual files is because I only want it to download what is needed as downloading the entire source would also download some Windows libraries and documentation.
lmartinez-mirror commented on 2021-07-11 01:58 (UTC) (edited on 2021-07-11 02:15 (UTC) by lmartinez-mirror)
Couple of things here:
base-devel
, since that's reserved for Arch build tools.any
arch is reserved for packages that do not compile into arch-dependent binaries; anything that uses gcc is inherently arch-dependent.You can read more here.
EDIT: I put this patch together for your PKGBUILD to address the issues above, however the Makefile will need to be reworked to allow CFLAGS and LDFLAGS to apply, since this doesn't have PIE or RELRO enabled.