Search Criteria
Package Details: sc 7.16-8
Package Actions
Git Clone URL: | https://aur.archlinux.org/sc.git (read-only, click to copy) |
---|---|
Package Base: | sc |
Description: | Ncurses-based spreadsheet program |
Upstream URL: | https://ibiblio.org/pub/linux/apps/financial/spreadsheet/!INDEX.html |
Licenses: | Public Domain |
Submitter: | arojas |
Maintainer: | matthewq337 |
Last Packager: | arojas |
Votes: | 1 |
Popularity: | 0.74 |
First Submitted: | 2025-03-31 20:00 (UTC) |
Last Updated: | 2025-03-31 20:00 (UTC) |
Latest Comments
andreas_baumann commented on 2025-04-01 15:49 (UTC) (edited on 2025-04-01 15:50 (UTC) by andreas_baumann)
There are quite some issues when compiling 'sc' with a modern compiler: - integer default for function parameters - missing prototypes - missing extern declarations for exported variables.
I made a patch here:
https://git.andreasbaumann.cc/cgit/arch/tree/adapted/sc
The compilation patch is a patch on top of the Debian-patched version, not the vanilla version.