upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / fff / trunk / PKGBUILD
blobd8f7c1e1315e7c395dfc34ed372fbdd21e4ade28
1 # Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
2 # Contributor: Crestwave <crest.wave@yahoo.com>
4 pkgname=fff
5 pkgver=2.2
6 pkgrel=3
7 pkgdesc='Simple and fast file manager'
8 arch=(any)
9 url='https://github.com/dylanaraps/fff'
10 license=(MIT)
11 makedepends=(git)
12 depends=(xdg-utils)
13 source=("git+${url}#commit=5045c4ab91f559a3735619dacf604e37632160cf") # tag: 2.2
14 sha256sums=('SKIP')
16 package() {
17   cd "$pkgname"
18   install -Dm755 -t "$pkgdir/usr/bin" $pkgname
19   install -Dm644 -t "$pkgdir/usr/share/man/man1" $pkgname.1
20   install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
21   install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
24 # getver: github.com/dylanaraps/fff/releases/latest
25 # vim: ts=2 sw=2 et: