[arch-commits] Commit in oxyromon/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Thu May 12 16:20:26 UTC 2022


    Date: Thursday, May 12, 2022 @ 16:20:26
  Author: alucryd
Revision: 1199714

archrelease: copy trunk to community-x86_64

Added:
  oxyromon/repos/community-x86_64/PKGBUILD
    (from rev 1199713, oxyromon/trunk/PKGBUILD)
Deleted:
  oxyromon/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  152 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-12 16:20:19 UTC (rev 1199713)
+++ PKGBUILD	2022-05-12 16:20:26 UTC (rev 1199714)
@@ -1,76 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=oxyromon
-pkgver=0.11.0
-pkgrel=1
-pkgdesc='Rusty ROM OrgaNizer'
-arch=(x86_64)
-url=https://github.com/alucryd/oxyromon
-license=(GPL3)
-depends=(
-  gcc-libs
-  glibc
-)
-makedepends=(
-  cmake
-  git
-  mame-tools
-  maxcso
-  p7zip
-  rust
-  yarn
-)
-optdepends=(
-  'cdrtools: IRD support'
-  'dolphin-emu: RVZ support'
-  'mame-tools: CHD support'
-  'maxcso: CSO support'
-  'p7zip: 7Z and ZIP support'
-)
-_tag=f72695dd24e1eb9dc2740f575c84378974aac234
-source=(git+https://github.com/alucryd/oxyromon.git#tag=${_tag})
-validpgpkeys=(95220BE99CE6FF778AE0DC670F65C7D881506130) # Maxime Gauduin <alucryd at archlinux.org>
-b2sums=(SKIP)
-options=(!lto)
-
-prepare() {
-  cd oxyromon
-  yarn install \
-    --frozen-lockfile
-  cargo fetch \
-    --locked
-}
-
-pkgver() {
-  cd oxyromon
-  git describe --tags
-}
-
-build() {
-  cd oxyromon
-  yarn run build
-  cargo build \
-    --features benchmark,server \
-    --release \
-    --frozen
-}
-
-#check() {
-#  cargo test \
-#    --features benchmark,server \
-#    --release \
-#    --frozen \
-#    --manifest-path oxyromon/Cargo.toml
-#}
-
-package() {
-  cargo install \
-    --features benchmark,server \
-    --frozen \
-    --offline \
-    --no-track \
-    --path oxyromon \
-    --root "${pkgdir}"/usr
-}
-
-# vim: ts=2 sw=2 et:

Copied: oxyromon/repos/community-x86_64/PKGBUILD (from rev 1199713, oxyromon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-12 16:20:26 UTC (rev 1199714)
@@ -0,0 +1,76 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=oxyromon
+pkgver=0.11.1
+pkgrel=1
+pkgdesc='Rusty ROM OrgaNizer'
+arch=(x86_64)
+url=https://github.com/alucryd/oxyromon
+license=(GPL3)
+depends=(
+  gcc-libs
+  glibc
+)
+makedepends=(
+  cmake
+  git
+  mame-tools
+  maxcso
+  p7zip
+  rust
+  yarn
+)
+optdepends=(
+  'cdrtools: IRD support'
+  'dolphin-emu: RVZ support'
+  'mame-tools: CHD support'
+  'maxcso: CSO support'
+  'p7zip: 7Z and ZIP support'
+)
+_tag=ce096d69f320f7de61c6b0360767957518bc89f2
+source=(git+https://github.com/alucryd/oxyromon.git#tag=${_tag})
+validpgpkeys=(95220BE99CE6FF778AE0DC670F65C7D881506130) # Maxime Gauduin <alucryd at archlinux.org>
+b2sums=(SKIP)
+options=(!lto)
+
+prepare() {
+  cd oxyromon
+  yarn install \
+    --frozen-lockfile
+  cargo fetch \
+    --locked
+}
+
+pkgver() {
+  cd oxyromon
+  git describe --tags
+}
+
+build() {
+  cd oxyromon
+  yarn run build
+  cargo build \
+    --features benchmark,server \
+    --release \
+    --frozen
+}
+
+#check() {
+#  cargo test \
+#    --features benchmark,server \
+#    --release \
+#    --frozen \
+#    --manifest-path oxyromon/Cargo.toml
+#}
+
+package() {
+  cargo install \
+    --features benchmark,server \
+    --frozen \
+    --offline \
+    --no-track \
+    --path oxyromon \
+    --root "${pkgdir}"/usr
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list