blob: 8ee830e9d30fc7475e7ad65fd8cf28ba073c6700 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = bigedit
pkgdesc = A fast text editor for very large files using journaling and FUSE
pkgver = 0.1.19
pkgrel = 1
url = https://github.com/jopdorp/bigedit
install = bigedit.install
arch = x86_64
license = MIT
makedepends = cargo
makedepends = git
depends = fuse3
depends = inotify-tools
source = bigedit-0.1.19.tar.gz::https://github.com/jopdorp/bigedit/archive/refs/tags/v0.1.19.tar.gz
sha256sums = 5e830b36a3ba3769980bbd22c9181a705305a950787a15fccdb8efda73ed0977
pkgname = bigedit
|