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
|
pkgbase = tensamin-git
|
||||||
pkgdesc = True E2EE, decentralized messages. Open source and privacy first.
|
pkgdesc = True E2EE, decentralized messages. Open source and privacy first.
|
||||||
pkgver = 89465d
|
pkgver = 87aa89
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://tensamin.net
|
url = https://tensamin.net
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = custom
|
license = custom
|
||||||
makedepends = git
|
makedepends = git
|
||||||
makedepends = npm
|
makedepends = npm
|
||||||
|
makedepends = dpkg
|
||||||
|
makedepends = fakeroot
|
||||||
depends = gtk3
|
depends = gtk3
|
||||||
depends = nss
|
depends = nss
|
||||||
depends = libxss
|
depends = libxss
|
||||||
|
|
|
||||||
11
PKGBUILD
11
PKGBUILD
|
|
@ -1,13 +1,14 @@
|
||||||
# Maintainer: Alois <aloisianer@proton.me>
|
# Maintainer: Alois <aloisianer@proton.me>
|
||||||
pkgname=tensamin-git
|
pkgname=tensamin-git
|
||||||
pkgver=89465d
|
_pkgname=tensamin
|
||||||
|
pkgver=87aa89
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="True E2EE, decentralized messages. Open source and privacy first."
|
pkgdesc="True E2EE, decentralized messages. Open source and privacy first."
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://tensamin.net"
|
url="https://tensamin.net"
|
||||||
license=('custom')
|
license=('custom')
|
||||||
depends=('gtk3' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'libappindicator-gtk3' 'libsecret')
|
depends=('gtk3' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'libappindicator-gtk3' 'libsecret')
|
||||||
makedepends=('git' 'npm')
|
makedepends=('git' 'npm' 'dpkg' 'fakeroot')
|
||||||
provides=('tensamin')
|
provides=('tensamin')
|
||||||
conflicts=('tensamin' 'tensamin-bin')
|
conflicts=('tensamin' 'tensamin-bin')
|
||||||
source=("git+https://github.com/Tensamin/Frontend.git")
|
source=("git+https://github.com/Tensamin/Frontend.git")
|
||||||
|
|
@ -32,6 +33,8 @@ build() {
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/Frontend/desktop/out"
|
cd "$srcdir/Frontend/desktop/out"
|
||||||
zipfile=$(find "$PWD" -path '*zip/linux/x64/*.zip' -print -quit)
|
debfile=$(find "$PWD" -path '*zip/linux/x64/*.deb' -print -quit)
|
||||||
bsdtar -xf "$zipfile" -C "${pkgdir}"
|
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