chore(AutoMake): config install

This commit is contained in:
2025-11-01 22:48:43 +01:00
parent d84d0db327
commit 1835050079
7 changed files with 86 additions and 72 deletions
+3 -2
View File
@@ -1,13 +1,14 @@
pkgname=forge
pkgver=1.0.0
pkgver=0.0.0
pkgrel=1
pkgdesc="Fusion Of Real Time Generative Effects"
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64' 'riscv64')
depends=('glfw>=1:3.0', 'v4l-utils>=1.30', 'alsa-lib>=1.2.14')
url="https://github.com/klemek/forge"
url="https://github.com/klemek/forge-steel"
source=("${pkgname}-steel-${pkgver}.tar.gz::https://github.com/klemek/forge-steel/releases/download/steel-v${pkgver}/${pkgname}-steel-${pkgver}.tar.gz")
sha256sums=('71e2db98e1346b101d175535c30875f28eb21432f4147ecc2b40c9da3973f5fb')
srcdir=build
backup=("usr/share/${pkgname}")
build() {
cd "$srcdir/$pkgname-$pkgver"