summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsakastudio2023-08-24 23:20:31 +0900
committersakastudio2023-08-24 23:20:31 +0900
commit710b222bb11a241188289d200346d5c241791791 (patch)
tree39a30426f5a13e728cc3a7ff7c618edf7b273507
downloadaur-710b222bb11a241188289d200346d5c241791791.tar.gz
とりえあずテストで最初のコミット
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD31
2 files changed, 42 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..622a8c7361aa
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,11 @@
+pkgbase = moorestech
+ pkgdesc = OSS automated industrial game developed in Unity.
+ pkgver = dev_v2.0.0
+ pkgrel = 1
+ url = https://github.com/moorestech
+ arch = x86_64
+ license = Apache
+ source = https://github.com/moorestech/moorestech_client/releases/download/dev-v2.0.0/moorestech-linux.tar
+ md5sums = SKIP
+
+pkgname = moorestech \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..db451709e7ea
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,31 @@
+pkgname=moorestech
+pkgver=dev_v2.0.0
+pkgrel=1
+epoch=
+pkgdesc="OSS automated industrial game developed in Unity."
+arch=('x86_64')
+url="https://github.com/moorestech"
+license=('Apache')
+groups=()
+depends=()
+makedepends=()
+checkdepends=()
+optdepends=()
+provides=()
+conflicts=()
+replaces=()
+backup=()
+options=()
+install=
+changelog=
+source=("https://github.com/moorestech/moorestech_client/releases/download/dev-v2.0.0/moorestech-linux.tar")
+noextract=()
+md5sums=('SKIP')
+validpgpkeys=()
+
+package() {
+ cp -r "$srcdir/$pkgname-$pkgver"
+ cd "$pkgdir"
+ tar -xf moorestech.tar
+ rm moorestech.tar
+}