From 0e975d1e9c4d4ce33f957de44dcf5b1922c75438 Mon Sep 17 00:00:00 2001 From: xpamych Date: Thu, 16 Feb 2023 21:12:39 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20steamcmd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- steamcmd/lure.sh | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 steamcmd/lure.sh diff --git a/steamcmd/lure.sh b/steamcmd/lure.sh new file mode 100644 index 0000000..f87a10d --- /dev/null +++ b/steamcmd/lure.sh @@ -0,0 +1,33 @@ +name='steamcmd' +version='' +release='1' +desc='' +homepage='https://' +maintainer="Евгений Храмов " +architectures=('amd64') +license=('') +provides=('') +conflicts=('') +deps=('') +build_deps=('') + +sources=("") +checksums=('SKIP') + +sources_amd64=("") +checksums=('SKIP') + +sources_arm=("") +checksums=('SKIP') + +sources_386=("") +checksums=('SKIP') + +prepare() { + cd "${srcdir}" +} + +package() { + install -Dm755 ./${name}v${version}/ "${pkgdir}/usr/bin/" + install -Dm644 "${srcdir}/" "${pkgdir}/usr/lib/" +}