Skip to content

Commit

Permalink
+pkgm
Browse files Browse the repository at this point in the history
 closes #8405
  • Loading branch information
jhheider committed Jan 15, 2025
1 parent 2fcc23c commit 3c54542
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions projects/pkgx.sh/pkgm/package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
distributable:
url: https://github.com/pkgxdev/pkgm/releases/download/{{ version.tag }}/pkgm-{{ version }}.tgz

versions:
github: pkgxdev/pkgm

provides:
- bin/pkgm

dependencies:
pkgx.sh: ^2

build: install -Dm755 pkgm {{prefix}}/bin/pkgm

test:
- pkgm --version
- pkgm install dua
# TODO: this will work eventually
# - pkgm ls | grep dua
- command -v dua
- dua --version
- pkgm uninstall dua

0 comments on commit 3c54542

Please sign in to comment.