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
487b01e481
commit
a66a9a9f39
2 changed files with 10 additions and 5 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,12 +1,14 @@
|
|||
pkgbase = tensamin-git
|
||||
pkgdesc = True E2EE, decentralized messages. Open source and privacy first.
|
||||
pkgver = 89465d
|
||||
pkgver = 87aa89
|
||||
pkgrel = 1
|
||||
url = https://tensamin.net
|
||||
arch = x86_64
|
||||
license = custom
|
||||
makedepends = git
|
||||
makedepends = npm
|
||||
makedepends = dpkg
|
||||
makedepends = fakeroot
|
||||
depends = gtk3
|
||||
depends = nss
|
||||
depends = libxss
|
||||
|
|
|
|||
11
PKGBUILD
11
PKGBUILD
|
|
@ -1,13 +1,14 @@
|
|||
# Maintainer: Alois <aloisianer@proton.me>
|
||||
pkgname=tensamin-git
|
||||
pkgver=89465d
|
||||
_pkgname=tensamin
|
||||
pkgver=87aa89
|
||||
pkgrel=1
|
||||
pkgdesc="True E2EE, decentralized messages. Open source and privacy first."
|
||||
arch=('x86_64')
|
||||
url="https://tensamin.net"
|
||||
license=('custom')
|
||||
depends=('gtk3' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'libappindicator-gtk3' 'libsecret')
|
||||
makedepends=('git' 'npm')
|
||||
makedepends=('git' 'npm' 'dpkg' 'fakeroot')
|
||||
provides=('tensamin')
|
||||
conflicts=('tensamin' 'tensamin-bin')
|
||||
source=("git+https://github.com/Tensamin/Frontend.git")
|
||||
|
|
@ -32,6 +33,8 @@ build() {
|
|||
|
||||
package() {
|
||||
cd "$srcdir/Frontend/desktop/out"
|
||||
zipfile=$(find "$PWD" -path '*zip/linux/x64/*.zip' -print -quit)
|
||||
bsdtar -xf "$zipfile" -C "${pkgdir}"
|
||||
debfile=$(find "$PWD" -path '*zip/linux/x64/*.deb' -print -quit)
|
||||
ar x "${debfile}"
|
||||
bsdtar -xf "$debfile" -C "${pkgdir}/opt/${_pkgname}"
|
||||
tar --zstd -xf data.tar.zst -C "${pkgdir}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue