summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD20
1 files changed, 2 insertions, 18 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5015643c9864..36deedb9974f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,33 +1,17 @@
-# This is an example PKGBUILD file. Use this as a start to creating your own,
-# and remove these comments. For more information, see 'man PKGBUILD'.
-# NOTE: Please fill out the license field for your package! If it is unknown,
-# then please put 'unknown'.
-
# Maintainer: Thomas Ellison <thomasjlsn@gmail.com>
pkgname=pw-git
pkgver=1.0.0
pkgrel=1
-epoch=
pkgdesc="A simple password manager"
arch=(any)
url="https://gitlab.com/thomasjlsn/pw"
license=('GPL3')
-groups=()
-depends=(gnupg tree)
-makedepends=()
-checkdepends=()
+depends=(bash gnupg tree)
+makedepends=(git make)
optdepends=()
provides=(pw)
-conflicts=()
-replaces=()
-backup=()
-options=()
-install=
-changelog=
source=("git+$url")
-noextract=()
md5sums=("SKIP")
-validpgpkeys=()
pkgver() {
cd pw