Skip to content

Commit

Permalink
update bookget
Browse files Browse the repository at this point in the history
  • Loading branch information
taotieren committed Jan 29, 2025
1 parent dbbad6e commit 9b0ce6f
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
23 changes: 23 additions & 0 deletions aur-repo/dezoomify-rs/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Mantainer: arthurbpf <[email protected]>

pkgname=dezoomify-rs
pkgver=2.11.2
pkgrel=1
pkgdesc="Zoomable image downloader for Google Arts & Culture, Zoomify, IIIF, and others"
arch=('x86_64')
url="https://github.com/lovasoa/dezoomify-rs"
license=('GPL3')
makedepends=('rust')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/lovasoa/dezoomify-rs/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('19bcd079d8a370456080ba65b2f51fa4aa2eee00207a18aa9782dd7faef9acb9')


build() {
cd "$pkgname-$pkgver"
cargo build -r
}

package() {
cd "${pkgname}-${pkgver}"
install -Dm0755 -t "${pkgdir}/usr/bin/" "target/release/${pkgname}"
}
14 changes: 14 additions & 0 deletions aur-repo/dezoomify-rs/lilac.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
maintainers:
- github: taotieren
pre_build_script: aur_pre_build(maintainers='arthurbpf')
post_build: aur_post_build
# repo_depends:
# -
update_on:
- source: aur
aur: dezoomify-rs
- source: github
github: lovasoa/dezoomify-rs
use_max_tag: true
prefix: v
# - alias: python

0 comments on commit 9b0ce6f

Please sign in to comment.