blob: 11b10406f11dde9c73bc82be6ece4baf1fee04fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Maintainer: obslsessed obslsessed@protonmail.com
pkgname="cate-gms2-bin"
pkgver="1.5"
pkgrel="1"
pkgdesc="funny jinx the cat game where you click the cat, a gamemaker studio 2 remake by Skirlez of the scratch game \"cate remix remix remix remix remix remix\" about the big-footed cat named jinx"
arch=("x86_64")
url="https://github.com/Skirlez/cate-gms2"
license=("custom")
depends=("wine")
source_x86_64=("https://github.com/Skirlez/cate-gms2/releases/download/$pkgver/cate-gms2.zip" "https://raw.githubusercontent.com/Skirlez/cate-gms2/main/cate-gms2/options/windows/icons/icon.ico")
sha256sums_x86_64=("bb3fc2ce293f47654a18f5e92669f2798461ca58be1e5502cde326b29f121f48" "337f3d6572960f32ef1ff492a9530dceac573be989395f9002f0e635af5bd25d")
package() {
install -Dt "$pkgdir/usr/share/applications/" -m4755 "$srcdir/../cate-gms2.desktop"
install -Dt "$pkgdir/opt/cate-gms2/" -m4755 "$srcdir/icon.ico"
mkdir -p "$pkgdir/opt/cate-gms2/"
cp -r "$srcdir/cate-gms2/" "$pkgdir/opt/"
}
|