mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 13:12:02 +01:00
Add OpenWork AUR package
This commit is contained in:
commit
ffed3c40fb
2 changed files with 29 additions and 0 deletions
13
.SRCINFO
Normal file
13
.SRCINFO
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
pkgbase = openwork
|
||||
pkgdesc = OpenWork desktop app for OpenCode
|
||||
pkgver = 0.2.9
|
||||
pkgrel = 1
|
||||
url = https://github.com/different-ai/openwork
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
depends = gtk3
|
||||
depends = webkit2gtk-4.1
|
||||
source = openwork-0.2.9.deb::https://github.com/different-ai/openwork/releases/download/v0.2.9/OpenWork_0.2.9_amd64.deb
|
||||
sha256sums = a36e6db9b70b42e0b11d0a390979a7f4a1d0b91900ed049aa4521d1e9fe14ab5
|
||||
|
||||
pkgname = openwork
|
||||
16
PKGBUILD
Normal file
16
PKGBUILD
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
pkgname=openwork
|
||||
pkgver=0.2.9
|
||||
pkgrel=1
|
||||
pkgdesc="OpenWork desktop app for OpenCode"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/different-ai/openwork"
|
||||
license=('MIT')
|
||||
depends=('gtk3' 'webkit2gtk-4.1')
|
||||
source=("${pkgname}-${pkgver}.deb::https://github.com/different-ai/openwork/releases/download/v${pkgver}/OpenWork_${pkgver}_amd64.deb")
|
||||
sha256sums=('a36e6db9b70b42e0b11d0a390979a7f4a1d0b91900ed049aa4521d1e9fe14ab5')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"
|
||||
ar x "${pkgname}-${pkgver}.deb"
|
||||
tar -xf data.tar.gz -C "${pkgdir}"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue