mirror of
https://github.com/archlinux/aur.git
synced 2025-12-10 08:05:42 +01:00
Automated Update
This commit is contained in:
parent
265e3f728e
commit
487b01e481
2 changed files with 3 additions and 13 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = tensamin-git
|
||||
pkgdesc = True E2EE, decentralized messages. Open source and privacy first.
|
||||
pkgver = 0d9943
|
||||
pkgver = 89465d
|
||||
pkgrel = 1
|
||||
url = https://tensamin.net
|
||||
arch = x86_64
|
||||
|
|
|
|||
14
PKGBUILD
14
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Alois <aloisianer@proton.me>
|
||||
pkgname=tensamin-git
|
||||
pkgver=0d9943
|
||||
pkgver=89465d
|
||||
pkgrel=1
|
||||
pkgdesc="True E2EE, decentralized messages. Open source and privacy first."
|
||||
arch=('x86_64')
|
||||
|
|
@ -32,16 +32,6 @@ build() {
|
|||
|
||||
package() {
|
||||
cd "$srcdir/Frontend/desktop/out"
|
||||
|
||||
zipfile=$(find "$PWD" -path '*zip/linux/x64/*.zip' -print -quit)
|
||||
[[ -n "$zipfile" ]] || { echo "tensamin zip artifact not found"; exit 1; }
|
||||
|
||||
extracted_dir=$(bsdtar -tf "$zipfile" | head -1 | cut -d/ -f1)
|
||||
|
||||
install -dm755 "${pkgdir}/usr/lib"
|
||||
bsdtar -xf "$zipfile" -C "${pkgdir}/usr/lib"
|
||||
mv "${pkgdir}/usr/lib/${extracted_dir}" "${pkgdir}/usr/lib/tensamin"
|
||||
|
||||
install -dm755 "${pkgdir}/usr/bin"
|
||||
ln -s /usr/lib/tensamin/tensamin "${pkgdir}/usr/bin/tensamin"
|
||||
bsdtar -xf "$zipfile" -C "${pkgdir}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue