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

Antonio Rojas arojas at gemini.archlinux.org
Sat Mar 12 12:24:11 UTC 2022


    Date: Saturday, March 12, 2022 @ 12:24:11
  Author: arojas
Revision: 1149909

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  147 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 74 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-12 12:24:02 UTC (rev 1149908)
+++ PKGBUILD	2022-03-12 12:24:11 UTC (rev 1149909)
@@ -1,73 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=oxyromon
-pkgver=0.9.0
-pkgrel=1
-pkgdesc='Rusty ROM OrgaNizer'
-arch=(x86_64)
-url=https://github.com/alucryd/oxyromon
-license=(GPL3)
-depends=(
-  gcc-libs
-  glibc
-)
-makedepends=(
-  git
-  mame-tools
-  maxcso
-  p7zip
-  rust
-  yarn
-)
-optdepends=(
-  'mame-tools: CHD support'
-  'maxcso: CSO support'
-  'p7zip: 7Z and ZIP support'
-)
-_tag=e9750d16a075834ff612bef338d5f83d1e7da692
-source=(git+https://github.com/alucryd/oxyromon.git?signed#tag=${_tag})
-validpgpkeys=(9437DD3815A7A9169E3D3946AFF5D95098BC6FF5) # Maxime Gauduin <alucryd at archlinux.org>
-b2sums=(SKIP)
-
-prepare() {
-  cd oxyromon
-  yarn install \
-    --frozen-lockfile
-  cargo fetch \
-    --locked
-}
-
-pkgver() {
-  cd oxyromon
-
-  git describe --tags
-}
-
-build() {
-  cd oxyromon
-  yarn run build
-  cargo build \
-    --all-features \
-    --release \
-    --frozen
-}
-
-check() {
-  cargo test \
-    --all-features \
-    --release \
-    --frozen \
-    --manifest-path oxyromon/Cargo.toml
-}
-
-package() {
-  cargo install \
-    --all-features \
-    --frozen \
-    --offline \
-    --no-track \
-    --path oxyromon \
-    --root "${pkgdir}"/usr
-}
-
-# vim: ts=2 sw=2 et:

Copied: oxyromon/repos/community-x86_64/PKGBUILD (from rev 1149908, oxyromon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-12 12:24:11 UTC (rev 1149909)
@@ -0,0 +1,74 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=oxyromon
+pkgver=0.9.0
+pkgrel=2
+pkgdesc='Rusty ROM OrgaNizer'
+arch=(x86_64)
+url=https://github.com/alucryd/oxyromon
+license=(GPL3)
+depends=(
+  gcc-libs
+  glibc
+)
+makedepends=(
+  git
+  mame-tools
+  maxcso
+  p7zip
+  rust
+  yarn
+)
+optdepends=(
+  'mame-tools: CHD support'
+  'maxcso: CSO support'
+  'p7zip: 7Z and ZIP support'
+)
+_tag=e9750d16a075834ff612bef338d5f83d1e7da692
+source=(git+https://github.com/alucryd/oxyromon.git?signed#tag=${_tag})
+validpgpkeys=(9437DD3815A7A9169E3D3946AFF5D95098BC6FF5) # 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 \
+    --all-features \
+    --release \
+    --frozen
+}
+
+check() {
+  cargo test \
+    --all-features \
+    --release \
+    --frozen \
+    --manifest-path oxyromon/Cargo.toml
+}
+
+package() {
+  cargo install \
+    --all-features \
+    --frozen \
+    --offline \
+    --no-track \
+    --path oxyromon \
+    --root "${pkgdir}"/usr
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list