Dj-Codeman / doge

Reviving A command-line DNS client.
https://dns.lookup.dog/
European Union Public License 1.2
63 stars 2 forks source link

Looking for packagers #35

Open Dj-Codeman opened 6 months ago

Dj-Codeman commented 6 months ago

I have package in the AUR for dns-doge (I broke it and haven't gotten to fixing it). I'm looking for people interested in packaging doge and educating me about it. I don't have any distros in mind now so this is kinda a discussion place for now

aktaboot commented 1 month ago

I packaged it on nixpkgs FYI! if you have nix installed you can run it with nix run nixpkgs#dogedns -- <args>

as for AUR, I never really got into their build system But In the current AUR PKGBUILD, you'd need to add openssl as a dependency and cargo as a 'makedepends' dependency (i.e build-time dependency) for starters :)

CarterLi commented 1 month ago

Requested for packaging on homebrew. You may look at the configuration file of dog

https://github.com/Homebrew/homebrew-core/blob/master/Formula/d/dog.rb

Dj-Codeman commented 1 month ago

@aktaboot THX ! I've been meaning to try nix def will give it a shot. As for aur I have it packaged already, It may need an update but I'm slowly learning with that.

hhoffstaette commented 2 weeks ago

I made an initial ebuild (package) for Gentoo in my overlay repo here. Works fine!