summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLibravatar Stepanov Aleksey <blueingreen@bluig.space>2026-05-23 17:38:23 +0500
committerLibravatar Stepanov Aleksey <blueingreen@bluig.space>2026-05-23 17:38:23 +0500
commit79c289d10b008da125c3668b44508d3cb53b657e (patch)
tree6c42a8d8e4fa60f34038ace3d9b53db917d00d07 /PKGBUILD
parent2f7e2cc44df5ad188b0c4b4f149ddb7327522641 (diff)
update PKGBUILDHEADmaster
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 91eea14..caaace4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"
}