Skip to content

Commit

Permalink
demumble: new package at git
Browse files Browse the repository at this point in the history
  • Loading branch information
echawk committed Nov 16, 2023
1 parent bf53459 commit 7f631a4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions utils/demumble/build
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/sh -e

export DESTDIR="$1"

cmake -B build \
-DCMAKE_INSTALL_PREFIX=/usr

cmake --build build
cmake --install build
1 change: 1 addition & 0 deletions utils/demumble/depends
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cmake make
1 change: 1 addition & 0 deletions utils/demumble/sources
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git+https://github.com/nico/demumble
1 change: 1 addition & 0 deletions utils/demumble/version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git 1

0 comments on commit 7f631a4

Please sign in to comment.