Skip to content

Commit

Permalink
use make install
Browse files Browse the repository at this point in the history
  • Loading branch information
jhheider committed Dec 26, 2024
1 parent 99d56f1 commit 609c6be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projects/github.com/koekeishiya/skhd/package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributable:
url: https://github.com/koekeishiya/skhd/archive/refs/tags/v{{version}}.tar.gz
url: https://github.com/koekeishiya/skhd/archive/refs/tags/{{version.tag}}.tar.gz
strip-components: 1

versions:
Expand All @@ -12,11 +12,11 @@ build:
# dependencies:
# apple.com/xcode: >=11
script:
- make
# make install builds a -O2, but doesn't install
- make install
- install -D bin/skhd {{prefix}}/bin/skhd

provides:
- bin/skhd

test:
- test "$(skhd --version)" = "skhd-v{{version}}"
test: test "$(skhd --version)" = "skhd-v{{version}}"

0 comments on commit 609c6be

Please sign in to comment.