mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #122] Creating a dust Chocolatey Packages #47
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mikemadden42 on GitHub (Oct 8, 2020).
Original GitHub issue: https://github.com/bootandy/dust/issues/122
Is there any interest in creating a dust chocolatey package (https://chocolatey.org/docs/create-packages)? I think it could be beneficial.
We could base the package on the Windows release artifacts:
https://github.com/bootandy/dust/releases
@bootandy commented on GitHub (Oct 9, 2020):
Go for it if you'd like. I don't have a windows system so I can't be much help.
Let me know if I can do anything to make it easier.
@mikemadden42 commented on GitHub (Oct 9, 2020):
Thanks. Each choco package needs a nuspec file. How does the following look @bootandy ? This is pretty boilerplate. I just changed the names, version, description, etc for
dust.Likewise, there is a PowerShell script that installs the tool. This is also pretty boilerplate. I changed the download URLs and sha256sums.
@mikemadden42 commented on GitHub (Oct 9, 2020):
FYI, I'm able to successfully create a package with the above new files.
@bootandy commented on GitHub (Oct 9, 2020):
yes that looks good to me.
thanks!
@bootandy commented on GitHub (Oct 22, 2020):
I assume this is now done.