Search Criteria
Package Details: frawk 0.4.6-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/frawk.git (read-only, click to copy) |
|---|---|
| Package Base: | frawk |
| Description: | frawk is a small programming language for writing short programs processing textual data. To a first approximation, it is an implementation of the AWK language; many common Awk programs produce equivalent output when passed to frawk. |
| Upstream URL: | https://github.com/ezrosent/frawk |
| Licenses: | MIT, Apache |
| Submitter: | psYchotic |
| Maintainer: | None |
| Last Packager: | psYchotic |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2022-03-14 11:41 (UTC) |
| Last Updated: | 2022-05-10 10:08 (UTC) |
Dependencies (4)
- llvm-libs (llvm-libs-gitAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR) (make)
Latest Comments
envolution commented on 2024-12-01 21:18 (UTC)
i spent a bit more time than I'd like to admit on this - if anyone else wants to pick up where I left off here you go
https://github.com/envolution/aur/tree/main/nomaintain/nobuild/frawk
psYchotic commented on 2023-02-27 09:02 (UTC)
There are currently issues linking against
llvm-libs. I don't have a fix ready, but I'll be looking into it soon. Stay tuned.psYchotic commented on 2023-02-27 09:02 (UTC)
If you wish to build this package, you should install
rustup, as it's the easiest way to have a nightly toolchain to be able to buildfrawkwith.