summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: bc9f091a14238d885948df35015b14591b355da7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Miguel BerrĂ­o <me at miguelberrio dot xyz>

pkgname=pass-file
pkgver=1.0.0
pkgrel=1
pkgdesc="A pass extension for managing files"
arch=('any')
url='https://github.com/dvogt23/pass-file'
license=('GPL3')
depends=('pass')
source=(https://github.com/dvogt23/pass-file/archive/${pkgver}.tar.gz)
sha256sums=('bd3610e60eac168f39e9b9934a2559753ea1d29c5f48942445ebfd46e92bbe5d')

package() {
  cd "${srcdir}/${pkgname}-${pkgver}/"
  make DESTDIR="${pkgdir}" FORCE_ALL=1 install
}