| author | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2025-12-23 14:42:38 UTC |
| committer | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2025-12-23 14:42:38 UTC |
| parent | 9e1ca2b694be4542100491cfd38ba19e77155d32 |
| .SRCINFO | +1 | -2 |
| .gitignore | +2 | -0 |
| PKGBUILD | +7 | -7 |
diff --git a/.SRCINFO b/.SRCINFO index f63858d..0d8f481 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -4,9 +4,8 @@ pkgbase = ripgrep-all pkgrel = 1 url = https://github.com/phiresky/ripgrep-all arch = x86_64 + arch = armv7h license = AGPL3 - checkdepends = pandoc - checkdepends = poppler makedepends = cargo depends = ripgrep depends = xz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a43258a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/src/ +/pkg/ diff --git a/PKGBUILD b/PKGBUILD index 8e78beb..7855533 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,12 +7,12 @@ pkgname=ripgrep-all pkgver=0.10.10 pkgrel=1 pkgdesc="rga: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc." -arch=('x86_64') +arch=('x86_64' 'armv7h') url='https://github.com/phiresky/ripgrep-all' license=('AGPL3') depends=('ripgrep' 'xz') makedepends=('cargo') -checkdepends=('pandoc' 'poppler') +#checkdepends=('pandoc' 'poppler') optdepends=( 'ffmpeg: for the ffmpeg adapter' 'graphicsmagick: for the pdfpages adapter' @@ -38,11 +38,11 @@ build() { cargo build --frozen --release --all-features } -check() { - cd ripgrep-all-${pkgver} - export RUSTUP_TOOLCHAIN=stable - cargo test --frozen --all-features -} +#check() { +# cd ripgrep-all-${pkgver} +# export RUSTUP_TOOLCHAIN=stable +# cargo test --frozen --all-features +#} package() { cd ripgrep-all-${pkgver}