Package Details: ficy 1.0.21-1

Git Clone URL: https://aur.archlinux.org/ficy.git (read-only, click to copy)
Package Base: ficy
Description: An icecast/shoutcast stream grabber suite
Upstream URL: https://gitlab.com/wavexx/fIcy
Licenses: LGPL2.1
Submitter: nichobi
Maintainer: nichobi
Last Packager: nichobi
Votes: 2
Popularity: 0.170193
First Submitted: 2020-09-12 12:21 (UTC)
Last Updated: 2020-09-12 12:21 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

m040601 commented on 2024-03-13 01:54 (UTC)

This PKGBUILD has a mistake and needs to be corrected,

$ pacman -Ql ficy

ficy /usr/
ficy /usr/local/
ficy /usr/local/bin/
ficy /usr/local/bin/fIcy
ficy /usr/local/bin/fPls
ficy /usr/local/bin/fResync
package() {
  cd "fIcy-v${pkgver}"
  mkdir -p $pkgdir/usr/local/bin
  make DESTDIR="$pkgdir" install
}

This is wrong and against the Archlinux guidelines. "/usr/local/bin" should not be used.

The tool is also quite old, and hasnt seen any work since 2020, https://gitlab.com/wavexx/fIcy

2020-03-11 Yuri D'Elia o [master] {origin/master} {origin/HEAD} Update references to gmane

There are many many many other still well maintained and modern tools that do the same. Streamripper, yt-dlp, etc.

Please correct the PKGBUILD if you are still willing to maintain it or remove it from the AUR.