Version 1.0.0
This commit is contained in:
parent
ab27c5c51d
commit
ff5399ba31
22 changed files with 1945 additions and 0 deletions
20
PKGBUILD_arm64
Normal file
20
PKGBUILD_arm64
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
pkgname=passman
|
||||
pkgver=1.0.0
|
||||
pkgrel=1
|
||||
pkgdesc="A Simple Password Manager with AES-256 Encryption"
|
||||
arch=('aarch64')
|
||||
license=('GPLv3')
|
||||
|
||||
build() {
|
||||
qmake ..
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
mkdir -p $pkgdir/usr/bin
|
||||
mkdir -p $pkgdir/usr/share/applications
|
||||
mkdir -p $pkgdir/opt/aslan/icons
|
||||
cp passman $pkgdir/usr/bin/passman
|
||||
cp ../passman.desktop $pkgdir/usr/share/applications/passman.desktop
|
||||
cp ../passman_icon.svg $pkgdir/opt/aslan/icons/passman_icon.svg
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue