mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Initial upload: cogpit 0.0.1
This commit is contained in:
commit
e6bd0f4502
2 changed files with 39 additions and 0 deletions
23
.SRCINFO
Normal file
23
.SRCINFO
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
pkgbase = cogpit
|
||||
pkgdesc = Dashboard for browsing and inspecting Claude Code agent sessions
|
||||
pkgver = 0.0.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/gentritbiba/cogpit
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
depends = c-ares
|
||||
depends = gcc-libs
|
||||
depends = glibc
|
||||
depends = gtk3
|
||||
depends = libcups
|
||||
depends = libdrm
|
||||
depends = libnotify
|
||||
depends = libxcrypt-compat
|
||||
depends = libxss
|
||||
depends = mesa
|
||||
depends = nss
|
||||
depends = alsa-lib
|
||||
source = cogpit-0.0.1.pacman::https://github.com/gentritbiba/cogpit/releases/download/v0.0.1/cogpit-0.0.1.pacman
|
||||
sha256sums = cf2251ec59fd45797f80051c432513abf6cce04e8fa4b98ace61dd3aefef02ec
|
||||
|
||||
pkgname = cogpit
|
||||
16
PKGBUILD
Normal file
16
PKGBUILD
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Maintainer: Gentrit Biba <gentritbiba@gmail.com>
|
||||
pkgname=cogpit
|
||||
pkgver=0.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="Dashboard for browsing and inspecting Claude Code agent sessions"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/gentritbiba/cogpit"
|
||||
license=('MIT')
|
||||
depends=('c-ares' 'gcc-libs' 'glibc' 'gtk3' 'libcups' 'libdrm' 'libnotify' 'libxcrypt-compat' 'libxss' 'mesa' 'nss' 'alsa-lib')
|
||||
source=("${pkgname}-${pkgver}.pacman::https://github.com/gentritbiba/cogpit/releases/download/v${pkgver}/cogpit-${pkgver}.pacman")
|
||||
sha256sums=('cf2251ec59fd45797f80051c432513abf6cce04e8fa4b98ace61dd3aefef02ec')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"
|
||||
tar -xf "${pkgname}-${pkgver}.pacman" -C "${pkgdir}/"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue