lneely / pcloudcc-lneely

pcloudcc-lneely is an independent fork of the inactive pcloudcom/console-client
0 stars 1 forks source link

decision: to pkg, or not to pkg? #3

Closed lneely closed 5 days ago

lneely commented 1 week ago

Current package builds are Debian (and experimentally, Arch, because I wanted to toy with PKGBUILD). I question if these should be maintained in the main source tree or somewhere. I am leaning "somewhere else" or "not at all."

rm -rf pCloudCC/{arch,debian}

The output of pcloudcc build process yields two binaries:

- libpcloudcc_lib.so
- pcloudcc

In this case, unzip seems more logical for git releases. Let the user decide where to put it, and let the individual package maintainers make the right decision for their distro.

lneely commented 5 days ago

Not to pkg. Delegate to package maintainers.