aboutsummaryrefslogtreecommitdiffstats
path: root/PKGBUILD
blob: 25567649a881aa00a1a1cefdbd9176a88a99712e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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")
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