Skip to content

Commit

Permalink
add: owofetch (#4527)
Browse files Browse the repository at this point in the history
Co-authored-by: Elsie <[email protected]>
  • Loading branch information
spaceguybob and Elsie19 authored Sep 6, 2023
1 parent cd4da3e commit 89e470e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ opera-beta-deb
opera-deb
opera-developer-deb
os-installer-git
owofetch
pacget-git
paconvert-git
pacstall-gui-git
Expand Down
17 changes: 17 additions & 0 deletions packages/owofetch/owofetch.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name="owofetch"
pkgname="owofetch"
pkgver="0.3.1"
gives="owofetch"
pkgdesc="OwO~"
url="https://github.com/netthier/owofetch-rs/archive/refs/tags/v${pkgver}.zip"
hash="c4f8cd96751ceb932d75b98ad38c19ce5b3aad0aa274aeb5eb11e0aa89a6bd13"
breaks=("owofetch-git")
arch=('any')
makedepends=("cargo")
maintainer="Herisson <[email protected]>"
repology=("project: owofetch")

package() {
cargo build -j"${NCPU}" --release --locked
sudo install -Dm755 ./target/release/owofetch "${pkgdir}/usr/bin/${pkgname}"
}

0 comments on commit 89e470e

Please sign in to comment.