summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrx862021-04-03 00:08:13 +0800
committerbrx862021-04-03 00:08:13 +0800
commitadce5b824edce6c0a52ef13f3127dae99f0d97f6 (patch)
treec6d9b60dd871280140ce2149d50f2b3a3a918a2c
downloadaur-adce5b824edce6c0a52ef13f3127dae99f0d97f6.tar.gz
A Horizontal Version of Fighting Game
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD25
2 files changed, 38 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..aabe7467b8cb
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = bvn-26-beta
+ pkgdesc = A Horizontal Version of Fighting Game on Flash
+ pkgver = 2.6b1
+ pkgrel = 1
+ url = https://tieba.baidu.com/f?kw=%CB%C0%C9%F1vs%BB%F0%D3%B0
+ arch = x86_64
+ license = custom
+ depends = flashplayer-standalone
+ source = https://aya1.xyz/https://github.com/Brx86/yun/releases/download/2/bvn-26-beta.tar.gz
+ md5sums = 8846c18ffcf5d74ac51f82b6362c751d
+
+pkgname = bvn-26-beta
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..96a953cd8480
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,25 @@
+# Maintainer: Ayatale <ayatale@qq.com>
+
+pkgname=bvn-26-beta
+pkgver=2.6b1
+pkgrel=1
+pkgdesc="A Horizontal Version of Fighting Game on Flash"
+arch=('x86_64')
+url="https://tieba.baidu.com/f?kw=%CB%C0%C9%F1vs%BB%F0%D3%B0"
+license=('custom')
+depends=('flashplayer-standalone')
+source=('https://aya1.xyz/https://github.com/Brx86/yun/releases/download/2/bvn-26-beta.tar.gz')
+md5sums=('8846c18ffcf5d74ac51f82b6362c751d')
+noextract=()
+
+prepare() {
+ mkdir "$pkgname-$pkgver"
+ cp -r opt "$pkgname-$pkgver"/opt
+ cp -r usr "$pkgname-$pkgver"/usr
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ cp -r opt ${pkgdir}
+ cp -r usr ${pkgdir}
+}