Skip to content

Commit

Permalink
CLI feature enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
alyxshang authored Nov 6, 2024
1 parent ca0e918 commit f27fad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sharkey/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ source=("$pkgname-$pkgver.tar.gz::https://github.com/alyxshang/$pkgname.rs/archi

build() {
cd "$pkgname.rs-v.$pkgver"
cargo build --release
cargo build --release --features=cli
}

package() {
cd "$pkgname.rs-v.$pkgver"
install -Dm755 "target/release/sharkey" "$pkgdir/usr/bin/sharkey"
}
}

0 comments on commit f27fad6

Please sign in to comment.