Skip to content

Commit

Permalink
Merge branch 'testing' into koreader-ota
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored Jun 8, 2024
2 parents 0f5234d + e8ea1b7 commit 76153a3
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions package/7zip/package
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
#!/usr/bin/env bash
# Copyright (c) 2023 The Toltec Contributors
# Copyright (c) 2024 The Toltec Contributors
# SPDX-License-Identifier: MIT
pkgnames=(7zip)
pkgdesc="A file archiver with a high compression ratio."
pkgdesc="Metapackage for 7-zip"
url="https://www.7-zip.org/"
section="utils"
pkgver=23.01-1
pkgver=23.01-2
timestamp=2023-06-20T00:00:00Z
maintainer="Eeems <eeems@eeems.email>"
license=LGPL-2.1-or-later
source=(
https://www.7-zip.org/a/7z2301-linux-arm.tar.xz
)
sha256sums=(
9d67650982f819d7557c27dea748fa66ca6c04a3a1148d66716c463580b0550c
)
installdepends=(7-zip)

package() {
install -dm 755 "$pkgdir"/opt/usr/share/licenses/7zip
install -D -m 755 -t "$pkgdir"/opt/bin "$srcdir"/7zz
cp -dr --no-preserve='ownership' "$srcdir"/License.txt "$pkgdir"/opt/usr/share/licenses/7zip
true
}

0 comments on commit 76153a3

Please sign in to comment.