commit e35b7feb2fb38a7bf36ac398c091cfa054a76636 Author: Dor dicke Gind Date: Thu Jul 14 21:28:01 2022 +0200 [INIT] diff --git a/PKGBUILD b/PKGBUILD new file mode 100644 index 0000000..ffc1ae5 --- /dev/null +++ b/PKGBUILD @@ -0,0 +1,36 @@ +# This is an example PKGBUILD file. Use this as a start to creating your own, +# and remove these comments. For more information, see 'man PKGBUILD'. +# NOTE: Please fill out the license field for your package! If it is unknown, +# then please put 'unknown'. + +# Maintainer: Dor Gind +pkgname=wine-staging-opt-3.21 +pkgver=0.1 +pkgrel=1 +epoch=0 +pkgdesc="Wine in an old version, used to run RC Racers" +arch=(any) +license=('unknown') +groups=() +depends=() +makedepends=() +checkdepends=() +optdepends=() +provides=() +conflicts=() +replaces=() +backup=() +options=() +install= +changelog= +source=("wine-staging-3.21.tar.gz") +noextract=() +md5sums=('SKIP') +validpgpkeys=() + +package() { + echo $pkgname + echo $pkgdir + mkdir -p "${pkgdir}/opt/" + cp -R "${srcdir}/wine-staging-3.21/" "${pkgdir}/opt/wine-staging-opt-3.21" +} diff --git a/wine-staging-3.21.tar.gz b/wine-staging-3.21.tar.gz new file mode 100644 index 0000000..aac7369 Binary files /dev/null and b/wine-staging-3.21.tar.gz differ