Search Criteria
Package Details: minify 2.23.11-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/minify.git (read-only, click to copy) |
---|---|
Package Base: | minify |
Description: | Minifier CLI for HTML, CSS, JS, JSON, SVG and XML |
Upstream URL: | https://github.com/tdewolff/minify |
Keywords: | css html js json minifier minify svg web xml |
Licenses: | MIT |
Submitter: | 4679 |
Maintainer: | 4679 (meepzh, tdewolff) |
Last Packager: | tdewolff |
Votes: | 16 |
Popularity: | 0.104755 |
First Submitted: | 2016-05-03 08:05 (UTC) |
Last Updated: | 2025-08-06 20:35 (UTC) |
Dependencies (2)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
- bash-completion (bash-completion-gitAUR) (optional) – command-line autocomplete with bash
Required by (1)
- linwood-butterfly-git (make)
Latest Comments
1 2 3 4 Next › Last »
tdewolff commented on 2025-07-22 13:22 (UTC)
Thank you, should be fixed now
woodwose commented on 2025-07-21 15:11 (UTC) (edited on 2025-07-22 13:51 (UTC) by woodwose)
check() fails for minify 2.23.9-1:
marek22k commented on 2025-04-29 18:29 (UTC)
@tdewolff Works now, thanks for fixing!
tdewolff commented on 2025-04-29 14:40 (UTC)
Thanks marek22k, should be fixed now!
marek22k commented on 2025-04-29 13:00 (UTC)
Mhh, after the update I cannot build it anymore:
tdewolff commented on 2024-03-26 18:32 (UTC)
Thanks Nestor, this should be fixed now :-)
Nestor_013 commented on 2024-03-26 14:38 (UTC) (edited on 2024-03-26 14:40 (UTC) by Nestor_013)
Hi since your last change, I got a
Any clue on how to solve this ?
ahoehne commented on 2024-03-24 14:01 (UTC)
thanks alot, that fix worked =) the default seems to be 1, so we didn't needed to set CGO_ENABLED=1 explicitly, we just had problems with it being set to 0.
tdewolff commented on 2024-03-24 13:22 (UTC)
I've pushed out a fix, can you please test it @ahoehne?
tdewolff commented on 2024-03-24 13:10 (UTC)
Hi @ahoehne, there is no C code in this library and thus CGO is not required to build this package. Disabling CGO has some benefits I forgot...
The problem is that using the PIE buildmode on a Raspberry requires CGO regardless. Is there a way to use an if-statement in makepkg depending on the platform? Or we could just enable CGO anyways...
1 2 3 4 Next › Last »