-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Status of packaging for dool #4
Comments
Homebrew/homebrew-core#87693 |
Where can I find the RPM package built from it ? |
This is a great idea. I'd love to see Packaging
|
haha I wrote a brew formula but dool doesn't work on macOS because it doesn't have class Dool < Formula
desc "Monitor your system"
homepage "https://github.com/scottchiefbaker/dool"
url "https://github.com/scottchiefbaker/dool/archive/refs/tags/v1.3.0.tar.gz"
sha256 "a1537c27e62d12d00d79f60bec456e6a2ec4a0189d44a28ac1ed9effdcb0ec2d"
license "GPL-3.0-or-later"
depends_on "python"
def install
bin.install "dool"
man1.install "docs/dool.1"
pkgshare.install Dir["plugins/*.py"]
end
end |
debian is tracked in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1032875 |
@anarcat that's good to know I hadn't seen that yet. Looks like Debian needs to be poked/updated as Dool is very mature now and well supported. |
I have submitted a request to have dool included in RHEL distros. |
@aijanai do you have any experience packaging things? I'd love to see this packages for Redhat and Debian but I don't have much experience with that. |
Thanks to Uroš Knupleš we have preliminary |
Saw now. Yeah, I previously had experience with both systems. I can give it a try |
@aijanai we currently have packaging for: RHEL (unofficial), Python/PIP, and Debian. As a primarily RedHat user I'd love to get |
SUMMARY
Hi,
I'd like to inquire about the current status and ongoing efforts for dool packaging and distribution.
dool seems to offer snap and rpm packages, but is not present in any of the major Unix distributions' repos.
We might want to elect some maintainers for:
Anything going on or contributions accepted by the author?
Thanks
The text was updated successfully, but these errors were encountered: