diff options
| author | 2025-05-25 02:40:48 +0800 | |
|---|---|---|
| committer | 2025-05-25 02:40:48 +0800 | |
| commit | 8cde56611ace8aee66fc4fb0107a2f3e59433c9c (patch) | |
| tree | 1dea2351b1406a044db3882473da29ce5ca27771 /PKGBUILD | |
| parent | e090f63fcd8114493d418ed809bcff958b76a094 (diff) | |
| download | soon-8cde56611ace8aee66fc4fb0107a2f3e59433c9c.tar.gz soon-8cde56611ace8aee66fc4fb0107a2f3e59433c9c.zip | |
feat: Add PKGBUILD and .SRCINFO for package management
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ pkgname=soon -pkgver=0.1.0 +pkgver=0.1.1 pkgrel=1 pkgdesc="🤖 Predict your next shell command based on history — like shell autocomplete, but MORE stupid" arch=('x86_64') @@ -20,4 +20,4 @@ package() { install -Dm755 "target/release/soon" "$pkgdir/usr/bin/soon" install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md" -}
\ No newline at end of file +} |