summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a798cc5ec10b8a2209d8f228e6e43e4436c40057 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: begin-theadventure <begin-thecontact.ncncb at dralias dot com>
# Contributor: GloriousEggroll <https://youtu.be/uxWJ1xvowMk>

pkgname=killwine
pkgver=1.0.0
pkgrel=2
pkgdesc="A shell script for killing Wine and Proton processes"
url="https://github.com/begin-theadventure/killwine"
arch=('any')
depends=('wine')
source=("killwine.sh")
sha256sums=('373d80b5fb442ffc310f7934ef4256e6faaebbb6b860eabc44d4a77eab8303b4')

package() {
  install -Dm755 killwine.sh "$pkgdir/usr/bin/killwine"
}