summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 30a6894a33fc9fe2dcec7cb961a2854d721a1f2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pkgname=oil
pkgver=0.3.2
pkgrel=1
pkgdesc='Search-as-you-type cli frontend for the buku bookmarks manager using peco. '
arch=('any')
url='https://github.com/AndreiUlmeyda/oil'
license=('GPL3')
depends=('buku' 'peco' 'jq' 'xsel')
source=("https://github.com/AndreiUlmeyda/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('065f4bdcff8ef6642cb1b5fe9c8e95844be26e9a4935859672528b0f76d08adb')

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