blob: fe696e6499a6cae1c31ce73a4990025c9943c13c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Generated by debtap
# Maintainer: Albert Latham <me@albertlatham.com>
pkgname=ironclad-rivet-bin
pkgver=1.9.0
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=('b0be1370ea1f646c286f92cb09cd0b298d6607ce4586411c4f30d0cdc74a46fe4cff480493739806febdf5fe61d2f7eb655002c30264bd476e0b471f604af583')
sha512sums_x86_64=('b0be1370ea1f646c286f92cb09cd0b298d6607ce4586411c4f30d0cdc74a46fe4cff480493739806febdf5fe61d2f7eb655002c30264bd476e0b471f604af583')
package(){
# Extract package data
tar -xz -f data.tar.gz -C "${pkgdir}"
}
|