aboutsummaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-09-20 11:39:48 -0700
committerPinapelz <yukais@pinapelz.com>2025-09-20 11:43:57 -0700
commit530c5d0dbcdcab35db43acaae50be559785e3620 (patch)
treebb521a5ec9596255a33da22271bffb0707f0722a /PKGBUILD
parent49bd1ded79fcd3e6f20b9600394e79a69777210a (diff)
add PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD31
1 files changed, 31 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 0000000..99d2df6
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,31 @@
+# Maintainer: Pinapelz <yukais@pinapelz.com>
+pkgname=kshook-wine
+pkgver='1.1'
+pkgrel=1
+epoch=
+pkgdesc="A helper for setting up and injecting kshook into SDVX KONASTE running in a Wine environment"
+arch=('x86_64')
+url="https://github.com/pinapelz/kshook-wine"
+license=('MIT')
+groups=()
+depends=( 'bash' 'wine>=9.0' 'curl' )
+makedepends=()
+checkdepends=()
+optdepends=()
+provides=()
+conflicts=()
+replaces=()
+backup=()
+options=()
+changelog=
+source=("$url/archive/refs/tags/$pkgver.zip")
+#source=("konaste-linux-v${pkgver}.tar.gz")
+noextract=()
+sha256sums=('9f0e083bcb985120e733cf200e5ac4db498816671877a6acc72be25d6610587a')
+validpgpkeys=()
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+ install -Dm644 "man/kshook-wine.1" "$pkgdir/usr/share/man/man1/kshook-wine.1"
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage