summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 84c528fa6ec693537037bee96098094f5ec981ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Generated by debtap
# Maintainer: Albert Latham <me@albertlatham.com>
pkgname=ironclad-rivet-bin
pkgver=1.10.1
pkgrel=1
pkgdesc="Rivet, the IDE for creating complex AI agents and prompt chaining, and embedding it in your application."
arch=('i686' 'x86_64')
url="https://github.com/Ironclad/rivet"
license=('MIT')
depends=('cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'libsoup' 'openssl-1.1' 'pango' 'webkit2gtk')
options=('!strip' '!emptydirs')
install=${pkgname}.install
source_i686=("https://github.com/Ironclad/rivet/releases/download/app-v${pkgver}/rivet.deb")
source_x86_64=("https://github.com/Ironclad/rivet/releases/download/app-v${pkgver}/rivet_${pkgver}_amd64.deb")
sha512sums_i686=('ef71d2921e7ebea9a990d68177dfaf9a19da25fe863bfe23979af3ee8ce8c941dd1ef43a41b281f12b650997e2d52070db8d98e92c2c617aabdd26701e66b386')
sha512sums_x86_64=('ef71d2921e7ebea9a990d68177dfaf9a19da25fe863bfe23979af3ee8ce8c941dd1ef43a41b281f12b650997e2d52070db8d98e92c2c617aabdd26701e66b386')

package(){
	tar -xz -f data.tar.gz -C "${pkgdir}"
}