Package Details: ctpkg 55-4

Git Clone URL: https://aur.archlinux.org/ctpkg.git (read-only, click to copy)
Package Base: ctpkg
Description: A bridge for different package managers , and a userland package manager included , written in progynosh(fish)
Upstream URL: https://ruzhtw.top/pages/projects/CenterLinux/CTPM
Keywords: fish package-manager
Licenses: GPL-3.0 License
Provides: ctpkg
Submitter: TeaHouseLab
Maintainer: TeaHouseLab
Last Packager: TeaHouseLab
Votes: 0
Popularity: 0.000000
First Submitted: 2022-01-02 06:36 (UTC)
Last Updated: 2022-07-04 08:58 (UTC)

Latest Comments

TeaHouseLab commented on 2022-07-04 08:59 (UTC)

Have just fixed that @Onlyblacktea

Onlyblacktea commented on 2022-07-04 08:30 (UTC) (edited on 2022-07-04 08:31 (UTC) by Onlyblacktea)

There's a bug when installing ctpkg with yay:

ctpkg: /usr/bin exists in filesystem

ctpkg contains the file bin in the directory /usr/ which conflicts with the directory /usr/bin provided by filesystem.

--by loqs

So it is likely to edit PKGBUILD:

install -m755 -D "${srcdir}/ctpkg" "${pkgdir}/usr/bin/ctpkg"