Package Details: sc 7.16_1.2.0-2

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://github.com/n-t-roff/sc
Licenses: Public Domain
Submitter: arojas
Maintainer: andreas_baumann
Last Packager: andreas_baumann
Votes: 2
Popularity: 0.060598
First Submitted: 2025-03-31 20:00 (UTC)
Last Updated: 2026-05-05 14:49 (UTC)

Latest Comments

andreas_baumann commented on 2026-05-05 14:51 (UTC)

@tee: thanks, updated to newest maintained version. There is also sc-git for bleeding edge.

tee commented on 2026-05-05 10:25 (UTC)

New release here https://github.com/n-t-roff/sc with many bugs patched.

andreas_baumann commented on 2025-05-15 19:50 (UTC)

more compilation bugs: - wrong signal handler protoctypes - pow(), free(), fatal(char *) etc.

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.