summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 338bb90cf3ba5b298eceec722d61a8540a4442aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Maintainer: adelin-b
pkgname=('yawhich-key-git')
pkgrel=1
pkgver=0.8.0.r1.g03b4803
pkgdesc="Yet another which-key but universal for all applications, desktop environment"
arch=('any')
url="https://github.com/adelin-b/yawhich-key"
license=('GPL3')
# groups=()
depends=('rofi'
    'yq2-bin')
makedepends=('git')
# optdepends=()
# replaces=()
provides=("yawhich-key")
conflicts=("yawhich-key")
# backup=()
# options=()
# install=
# changelog=$pkgname
source=("$pkgname::git+https://github.com/adelin-b/yawhich-key.git")

# noextract=()
md5sums=('SKIP')

package() {
  cd "$srcdir/$pkgname"
  echo $pkgdir
     make DESTDIR="$pkgdir/" install
  # install -Dm744 "${srcdir}/yawhich-key" "${pkgdir}/urs/local/bin/yawhich-key}"

}

pkgver() {
  cd "$srcdir/$pkgname"
    git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}