diff options
| author | 2026-05-23 17:38:23 +0500 | |
|---|---|---|
| committer | 2026-05-23 17:38:23 +0500 | |
| commit | 79c289d10b008da125c3668b44508d3cb53b657e (patch) | |
| tree | 6c42a8d8e4fa60f34038ace3d9b53db917d00d07 | |
| parent | 2f7e2cc44df5ad188b0c4b4f149ddb7327522641 (diff) | |
| -rw-r--r-- | PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -1,17 +1,17 @@ -# Maintainer: Aleksey Stepanov <blueingreen@bluig.space> +# Maintainer: Stepanov Aleksey <base64 -d <<< "Ymx1ZWluZ3JlZW5AYmx1aWcuc3BhY2UK"> _pkgname=fzf-vjour pkgname="${_pkgname}-git" -pkgver=r54.c65d8ae +pkgver=r90.ea9489c pkgrel=1 pkgdesc='A fzf-based journaling and notes application with CalDav support.' arch=('any') url="https://github.com/baumea/fzf-vjour" license=('MIT') depends=('fzf' 'awk' 'vdirsyncer' 'bash') -makedepends=('git') +makedepends=('git' 'scdoc' 'make') optdepends=('bat: for colorful previews' 'noto-fonts-emoji: for display emoji in fzf') -source=("${_pkgname}::git+https://github.com/baumea/fzf-vjour") +source=("${_pkgname}::git+https://github.com/blueingreen68/fzf-vjour") sha256sums=('SKIP') pkgver() { @@ -25,12 +25,13 @@ pkgver() { build() { cd "${_pkgname}" - bash -O xpg_echo ./scripts/build.sh + + make build } package() { cd "${_pkgname}" + make install ARCH_PKGDIR="$pkgdir" install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$_pkgname/LICENSE" - install -Dm755 "$_pkgname" "$pkgdir/usr/bin/$_pkgname" } |
