Skip to content

Commit

Permalink
🚧 Working on a package description for Arch Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
flying7eleven committed Sep 25, 2022
1 parent b177eb3 commit 320bea0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/.idea
/target
/pkg
/.docker_volumes
*.log
16 changes: 16 additions & 0 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Maintainer: Tim Janke <tim+github@janke.biz>
pkgname=stwnsh-rs
pkgver=2022.9.25
pkgrel=1
#makedepends=('rust' 'cargo')
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
pkgdesc="A small and easy to use tool for hashing passwords with different hash functions."

build() {
return 0
}

package() {
cd $srcdir
cargo install --root="$pkgdir" --git=https://github.com/flying7eleven/stwnsh-rs
}

0 comments on commit 320bea0

Please sign in to comment.