mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 15:13:56 -05:00
Run rubocop on tree to pick up new Chromebrew/OrderedCompatibility cop (#11282)
This commit is contained in:
committed by
GitHub
parent
14fbcac831
commit
d7e8f67f2d
@@ -5,7 +5,7 @@ class A2png < Autotools
|
||||
homepage 'https://sourceforge.net/projects/a2png/'
|
||||
version '0.1.5-2'
|
||||
license 'GPL-2'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://sourceforge.net/projects/a2png/files/a2png/0.1.5/a2png-0.1.5.tar.bz2'
|
||||
source_sha256 'd3ae1c771f5180d93f35cded76d9bb4c4cc2023dbe65613e78add3eeb43f736b'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Aalib < Package
|
||||
homepage 'https://sourceforge.net/projects/aa-project/'
|
||||
version '1.4p5-50'
|
||||
license 'GPL-2'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://salsa.debian.org/debian/aalib.git'
|
||||
git_hashtag "debian/#{version}"
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Acquia_cli < Package
|
||||
homepage 'https://github.com/acquia/cli'
|
||||
version '2.37.0'
|
||||
license 'GPL-2.0'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url "https://github.com/acquia/cli/releases/download/#{version}/acli.phar"
|
||||
source_sha256 '32baf203693dd91ffc68dde9270c43e3603f8b4069cc1a842fdced408be71c84'
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ class Adobe_source_code_pro_fonts < Package
|
||||
homepage 'https://adobe-fonts.github.io/source-code-pro/'
|
||||
version '20210115'
|
||||
license 'OFL-1.1'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/adobe-fonts/source-code-pro.git'
|
||||
git_hashtag '2.038R-ro/1.058R-it/1.018R-VAR'
|
||||
binary_compression 'tpxz'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Adwaita_icon_theme < Meson
|
||||
homepage 'https://gitlab.gnome.org/GNOME/adwaita-icon-theme'
|
||||
version '48.beta'
|
||||
license 'LGPL-3 and CC-BY-SA-4.0'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git'
|
||||
git_hashtag version
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -8,7 +8,7 @@ class Alacritty < Package
|
||||
homepage 'https://github.com/alacritty/alacritty'
|
||||
version '0.11.0'
|
||||
license 'Apache'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/alacritty/alacritty.git'
|
||||
git_hashtag "v#{version}"
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Alsa_plugins < Autotools
|
||||
homepage 'https://www.alsa-project.org/main/index.php/Main_Page'
|
||||
version '1.2.12'
|
||||
license 'GPL-2 and LGPL-2.1'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/alsa-project/alsa-plugins.git'
|
||||
git_hashtag "v#{version}"
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Alsa_tools < Package
|
||||
homepage 'https://github.com/alsa-project/alsa-tools'
|
||||
version '1.2.11'
|
||||
license 'GPL-2'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/alsa-project/alsa-tools/archive/v1.2.11.tar.gz'
|
||||
source_sha256 '0b6fc23b57a853a2cb283f1816bb0bc6b4da4ebdfff27c37b6f79b1f0f4f29e2'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Alsa_utils < Autotools
|
||||
homepage 'https://github.com/alsa-project/alsa-utils'
|
||||
version '1.2.12'
|
||||
license 'GPL-2'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/alsa-project/alsa-utils.git'
|
||||
git_hashtag "v#{version}"
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Amtk < Meson
|
||||
homepage 'https://wiki.gnome.org/Projects/Amtk'
|
||||
version '5.6.1'
|
||||
license 'LGPL-2.1+'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://download.gnome.org/sources/amtk/5.6/amtk-5.6.1.tar.xz'
|
||||
source_sha256 'd50115b85c872aac296934b5ee726a3fa156c6f5ad96d27e0edd0aa5ad173228'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -8,7 +8,7 @@ class Appstream < Meson
|
||||
homepage 'https://www.freedesktop.org/wiki/Distributions/AppStream/'
|
||||
version '1.0.3'
|
||||
license 'GPL'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/ximion/appstream.git'
|
||||
git_hashtag "v#{version}"
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Appstream_glib < Meson
|
||||
homepage 'https://people.freedesktop.org/~hughsient/appstream-glib/'
|
||||
version '0.8.3'
|
||||
license 'LGPL-2.1+'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/hughsie/appstream-glib.git'
|
||||
git_hashtag "appstream_glib_#{version.gsub('.', '_')}"
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Arduino_ide < Package
|
||||
homepage 'https://www.arduino.cc/'
|
||||
version '1.8.19'
|
||||
license 'GPL-2, LGPL-2.1 and CC-BY-SA-3.0'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/arduino/Arduino/releases/download/1.8.19/arduino-1.8.19.tar.xz'
|
||||
source_sha256 '350c7e64a38d562c3c5b61e9b93d4d64455a2c71bd0773a5c593198b8efa578d'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -4,7 +4,7 @@ class Aribb25 < Package
|
||||
description 'aribb25 is a basic implementation of the ARIB STD-B25 public standard.'
|
||||
homepage 'https://code.videolan.org/videolan/aribb25/'
|
||||
version '0.2.7'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
license 'ISC'
|
||||
source_url 'https://code.videolan.org/videolan/aribb25.git'
|
||||
git_hashtag version
|
||||
|
||||
@@ -5,7 +5,7 @@ class Asunder < Autotools
|
||||
homepage 'http://littlesvr.ca/asunder/'
|
||||
version '3.0.1'
|
||||
license 'GPL-2'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url "http://littlesvr.ca/asunder/releases/asunder-#{version}.tar.bz2"
|
||||
source_sha256 '8868e2e1b97b6687c800e7f612262a316bb857edd39883768ce628b6d253376b'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class At_spi2_core < Meson
|
||||
homepage 'https://www.freedesktop.org/wiki/'
|
||||
version '2.51.91'
|
||||
license 'LGPL-2.1+'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://gitlab.gnome.org/GNOME/at-spi2-core.git'
|
||||
git_hashtag "AT_SPI2_CORE_#{version.gsub('.', '_')}"
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Atkmm < Meson
|
||||
homepage 'https://www.gtkmm.org/'
|
||||
version '2.36.3'
|
||||
license 'LGPL-2.1+'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://gitlab.gnome.org/GNOME/atkmm.git'
|
||||
git_hashtag version
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Atkmm16 < Meson
|
||||
homepage 'https://www.gtkmm.org/'
|
||||
version '2.28.3'
|
||||
license 'LGPL-2.1+'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://gitlab.gnome.org/GNOME/atkmm.git'
|
||||
git_hashtag version
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Atop < Package
|
||||
homepage 'https://www.atoptool.nl/'
|
||||
version '2.10.0'
|
||||
license 'GPL-2'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://www.atoptool.nl/download/atop-2.10.0.tar.gz'
|
||||
source_sha256 'e7a673cf2c82578e7dd82ecb0dec83fd9ecb30828b2561c28a9fa5aaf75d5f93'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Audacious < Package
|
||||
homepage 'https://audacious-media-player.org/'
|
||||
version '3.10.1'
|
||||
license 'BSD-2'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://distfiles.audacious-media-player.org/audacious-3.10.1.tar.bz2'
|
||||
source_sha256 '8366e840bb3c9448c2cf0cf9a0800155b0bd7cc212a28ba44990c3d2289c6b93'
|
||||
binary_compression 'tar.xz'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Audacious_plugins < Package
|
||||
homepage 'https://audacious-media-player.org/'
|
||||
version '3.10.1'
|
||||
license 'GPL-2'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://distfiles.audacious-media-player.org/audacious-plugins-3.10.1.tar.bz2'
|
||||
source_sha256 'eec3177631f99729bf0e94223b627406cc648c70e6646e35613c7b55040a2642'
|
||||
binary_compression 'tar.xz'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Audaspace < CMake
|
||||
homepage 'https://github.com/audaspace/audaspace'
|
||||
version '1.5.0-4326b24'
|
||||
license 'Apache-2.0'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/audaspace/audaspace.git'
|
||||
git_hashtag '4326b24b6f92f40cc330c8685b674e3dcc11c76d'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Aview < Package
|
||||
homepage 'https://aa-project.sourceforge.net/aview/'
|
||||
version '1.3.0rc1'
|
||||
license 'GPL-2'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://downloads.sourceforge.net/project/aa-project/aview/1.3.0rc1/aview-1.3.0rc1.tar.gz'
|
||||
source_sha256 '42d61c4194e8b9b69a881fdde698c83cb27d7eda59e08b300e73aaa34474ec99'
|
||||
binary_compression 'tar.xz'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Avisynthplus < CMake
|
||||
homepage 'https://avs-plus.net/'
|
||||
version '3.7.3'
|
||||
license 'GPL-2 and GPL-2-with-linking-exception'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/AviSynth/AviSynthPlus.git'
|
||||
git_hashtag "v#{version}"
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Babl < Meson
|
||||
homepage 'https://gegl.org/babl/'
|
||||
version '0.1.110'
|
||||
license 'LGPL-3'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://download.gimp.org/pub/babl/0.1/babl-0.1.110.tar.xz'
|
||||
source_sha256 'bf47be7540d6275389f66431ef03064df5376315e243d0bab448c6aa713f5743'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Baobab < Meson
|
||||
homepage 'https://wiki.gnome.org/Apps/DiskUsageAnalyzer'
|
||||
version '45.0'
|
||||
license 'GPL-2+ and FDL-1.1+'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://gitlab.gnome.org/GNOME/baobab.git'
|
||||
git_hashtag version
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Bdftopcf < Autotools
|
||||
homepage 'https://gitlab.freedesktop.org/xorg/util/bdftopcf'
|
||||
version '1.1.1'
|
||||
license 'MIT'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://gitlab.freedesktop.org/xorg/util/bdftopcf.git'
|
||||
git_hashtag "bdftopcf-#{version}"
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Berry < Autotools
|
||||
homepage 'https://github.com/JLErvin/berry'
|
||||
version '0.1.12'
|
||||
license 'MIT'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/JLErvin/berry.git'
|
||||
git_hashtag version
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Bitcoin_core < Package
|
||||
homepage 'https://bitcoincore.org/'
|
||||
version '28.1'
|
||||
license 'MIT'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url({
|
||||
aarch64: 'https://bitcoincore.org/bin/bitcoin-core-28.1/bitcoin-28.1-arm-linux-gnueabihf.tar.gz',
|
||||
armv7l: 'https://bitcoincore.org/bin/bitcoin-core-28.1/bitcoin-28.1-arm-linux-gnueabihf.tar.gz',
|
||||
|
||||
@@ -5,7 +5,7 @@ class Bleachbit < Package
|
||||
homepage 'https://www.bleachbit.org/'
|
||||
version '4.6.1'
|
||||
license 'GPL-3'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/bleachbit/bleachbit.git'
|
||||
git_hashtag "v#{version}"
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Bluefish < Package
|
||||
homepage 'https://bluefish.openoffice.nl/index.html'
|
||||
version '2.2.13'
|
||||
license 'GPL-2'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://www.bennewitz.com/bluefish/stable/source/bluefish-2.2.13.tar.bz2'
|
||||
source_sha256 '9b56966209d50951326a2ae21c7fd692bd91661d047ad3a01c97ba731aa477fb'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Box < Package
|
||||
homepage 'https://github.com/box-project/box'
|
||||
version '4.6.2'
|
||||
license 'MIT'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/box-project/box/releases/download/4.6.2/box.phar'
|
||||
source_sha256 '3bfb1c1f37a74a78d1178bb92c508de4bf202aae0fb3f33f69ec3577c452de18'
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ class Broadway < Package
|
||||
homepage 'https://docs.gtk.org/gtk3/broadway.html'
|
||||
version 'gtk3.22-3'
|
||||
license 'GPL-3+'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'SKIP'
|
||||
|
||||
depends_on 'gtk3'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Bullet < Package
|
||||
homepage 'https://pybullet.org/Bullet/phpBB3/'
|
||||
version '2.89'
|
||||
license 'ZLIB'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/bulletphysics/bullet3/archive/2.89.tar.gz'
|
||||
source_sha256 '621b36e91c0371933f3c2156db22c083383164881d2a6b84636759dc4cbb0bb8'
|
||||
binary_compression 'tar.xz'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Cabal < Package
|
||||
homepage 'https://www.haskell.org/cabal/'
|
||||
version '3.14.1.1'
|
||||
license 'BSD'
|
||||
compatibility 'x86_64 i686'
|
||||
compatibility 'i686 x86_64'
|
||||
source_url({
|
||||
x86_64: "https://downloads.haskell.org/~cabal/cabal-install-#{version}/cabal-install-#{version}-x86_64-linux-alpine3_12.tar.xz",
|
||||
i686: "https://downloads.haskell.org/~cabal/cabal-install-#{version}/cabal-install-#{version}-i386-linux-alpine3_12.tar.xz"
|
||||
|
||||
@@ -5,7 +5,7 @@ class Cadaver < Package
|
||||
homepage 'https://notroj.github.io/cadaver/'
|
||||
version '0.24'
|
||||
license 'GPL-2'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://notroj.github.io/cadaver/cadaver-0.24.tar.gz'
|
||||
source_sha256 '46cff2f3ebd32cd32836812ca47bcc75353fc2be757f093da88c0dd8f10fd5f6'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -6,7 +6,7 @@ class Cairo < Meson
|
||||
homepage 'https://www.cairographics.org'
|
||||
version '1.18.2-1'
|
||||
license 'LGPL-2.1 or MPL-1.1'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://gitlab.freedesktop.org/cairo/cairo.git'
|
||||
git_hashtag version.split('-').first
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Cairomm_1_0 < Meson
|
||||
homepage 'https://www.cairographics.org/'
|
||||
version '1.14.5'
|
||||
license 'LGPL-2+'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://gitlab.freedesktop.org/cairo/cairomm.git'
|
||||
git_hashtag version
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Cairomm_1_16 < Meson
|
||||
homepage 'https://www.cairographics.org/'
|
||||
version '1.18.0'
|
||||
license 'LGPL-2+'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://gitlab.freedesktop.org/cairo/cairomm.git'
|
||||
git_hashtag version
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -8,7 +8,7 @@ class Caja < Autotools
|
||||
homepage 'https://mate-desktop.org'
|
||||
version "1.28.0-#{CREW_ICU_VER}"
|
||||
license 'GPL-2+ LGPL-2+'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url "https://pub.mate-desktop.org/releases/#{version.split('-').first.rpartition('.')[0]}/caja-#{version.split('-').first}.tar.xz"
|
||||
source_sha256 '1e3014ce1455817ec2ef74d09efdfb6835d8a372ed9a16efb5919ef7b821957a'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Ceres_solver < CMake
|
||||
homepage 'http://ceres-solver.org/'
|
||||
version '2.2.0'
|
||||
license 'BSD-3 Clause'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/ceres-solver/ceres-solver.git'
|
||||
git_hashtag version
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Chromaprint < Package
|
||||
homepage 'https://acoustid.org/chromaprint'
|
||||
version '1.5.1-aa67c95-1'
|
||||
license 'LGPL-2.1'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/acoustid/chromaprint.git'
|
||||
git_hashtag 'aa67c95b9e486884a6d3ee8b0c91207d8c2b0551'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Chromebeer < Package
|
||||
homepage 'https://github.com/chromebrew/chromebrew'
|
||||
version '1.1'
|
||||
license 'GPL-3+'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
|
||||
is_fake
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ class Ciano < Meson
|
||||
homepage 'https://robertsanseries.github.io/ciano/'
|
||||
version '0.2.4'
|
||||
license 'GPL-3.0'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/robertsanseries/ciano.git'
|
||||
git_hashtag version
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Clamtk < Package
|
||||
homepage 'https://gitlab.com/dave_m/clamtk/'
|
||||
version '6.14'
|
||||
license 'GPL-1+'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://gitlab.com/dave_m/clamtk/-/archive/v6.14/clamtk-v6.14.tar.bz2'
|
||||
source_sha256 'cda9f3afed9ebfb36093f6d1572af2834b0488cc60296774c6d241db5ad149be'
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ class Clutter < Autotools
|
||||
homepage 'https://www.clutter-project.org'
|
||||
version '1.26.4'
|
||||
license 'LGPL-2.1+ and FDL-1.1+'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://ftp.gnome.org/pub/GNOME/sources/clutter/1.26/clutter-1.26.4.tar.xz'
|
||||
source_sha256 '8b48fac159843f556d0a6be3dbfc6b083fc6d9c58a20a49a6b4919ab4263c4e6'
|
||||
binary_compression 'tar.xz'
|
||||
|
||||
@@ -6,7 +6,7 @@ class Clutter_gtk < Meson
|
||||
@_ver = '1.8.4'
|
||||
version "#{@_ver}-1"
|
||||
license 'LGPL-2.1+'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url "https://download.gnome.org/sources/clutter-gtk/#{@_ver.rpartition('.')[0]}/clutter-gtk-#{@_ver}.tar.xz"
|
||||
source_sha256 '521493ec038973c77edcb8bc5eac23eed41645117894aaee7300b2487cb42b06'
|
||||
binary_compression 'tpxz'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Cmus < Package
|
||||
homepage 'https://cmus.github.io/'
|
||||
version '2.10.0'
|
||||
license 'GPL-2'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/cmus/cmus/archive/v2.10.0.tar.gz'
|
||||
source_sha256 'ff40068574810a7de3990f4f69c9c47ef49e37bd31d298d372e8bcdafb973fff'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Codelite < CMake
|
||||
homepage 'https://codelite.org/'
|
||||
version '18.1.0'
|
||||
license 'GPL-2'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/eranif/codelite.git'
|
||||
git_hashtag version
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Cogl < Autotools
|
||||
homepage 'https://www.clutter-project.org'
|
||||
version '1.22.8'
|
||||
license 'MIT and BSD'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://ftp.gnome.org/pub/GNOME/sources/cogl/1.22/cogl-1.22.8.tar.xz'
|
||||
source_sha256 'a805b2b019184710ff53d0496f9f0ce6dcca420c141a0f4f6fcc02131581d759'
|
||||
binary_compression 'tar.xz'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Colord < Meson
|
||||
homepage 'https://www.freedesktop.org/software/colord/'
|
||||
version '1.4.7'
|
||||
license 'GPL-2'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/hughsie/colord.git'
|
||||
git_hashtag version
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Composer < Package
|
||||
homepage 'https://getcomposer.org/'
|
||||
version '2.8.5'
|
||||
license 'MIT'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url "https://github.com/composer/composer/releases/download/#{version}/composer.phar"
|
||||
source_sha256 '9cef18212e222351aeb476b81de7b2a5383f775336474467bf5c7ccfe84ab0cc'
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ class Consolekit < Package
|
||||
homepage 'https://github.com/ConsoleKit2/ConsoleKit2'
|
||||
version '1.2.2'
|
||||
license 'GPL-2+'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url "https://github.com/ConsoleKit2/ConsoleKit2/archive/#{version}.tar.gz"
|
||||
source_sha256 '104fd9f41c2d572ad62f4032de46c4c384c3522602b0ad953cf55759c6c64c1d'
|
||||
binary_compression 'tar.xz'
|
||||
|
||||
@@ -8,7 +8,7 @@ class Containerd < Package
|
||||
homepage 'https://containerd.io/'
|
||||
version '1.7.1'
|
||||
license 'Apache'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/containerd/containerd.git'
|
||||
git_hashtag "v#{version}"
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -8,7 +8,7 @@ class Containers_common < Package
|
||||
homepage 'https://github.com/containers'
|
||||
version '0.53.0'
|
||||
license 'Apache'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/containers/common.git'
|
||||
git_hashtag "v#{version}"
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Cras < Package
|
||||
homepage 'https://www.chromium.org/chromium-os/chromiumos-design-docs/cras-chromeos-audio-server'
|
||||
version 'stabilize-13654.B'
|
||||
license 'BSD-Google'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url "https://chromium.googlesource.com/chromiumos/third_party/adhd/+/refs/heads/#{version}/cras/README.md"
|
||||
source_sha256 '355514e78ba4d1736f53c427c329bdfad327afc052a1b78d543cb4840d199b4e'
|
||||
binary_compression 'tar.xz'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Crew_launcher < Package
|
||||
homepage 'https://github.com/chromebrew/crew-launcher'
|
||||
version '1.1-2'
|
||||
license 'GPL-3'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/chromebrew/crew-launcher.git'
|
||||
git_hashtag '1.1'
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ class Crew_sudo < Package
|
||||
homepage 'https://github.com/chromebrew/crew-sudo'
|
||||
version '1.1'
|
||||
license 'GPL-3'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/chromebrew/crew-sudo.git'
|
||||
git_hashtag "v#{@version}"
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Curtail < Package
|
||||
homepage 'https://github.com/Huluti/Curtail'
|
||||
version '1.3.0'
|
||||
license 'GPL-3'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/Huluti/Curtail/archive/1.3.0.tar.gz'
|
||||
source_sha256 '56859211b1b147aec677a00295e524b6beabcdf415938db1bd8ca4dae79409cf'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Dav1d < Meson
|
||||
homepage 'https://code.videolan.org/videolan/dav1d'
|
||||
version '1.4.2'
|
||||
license 'BSD-2'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://code.videolan.org/videolan/dav1d.git'
|
||||
git_hashtag version
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Dbus_glib < Package
|
||||
homepage 'https://dbus.freedesktop.org/doc/dbus-glib/index.html'
|
||||
version '0.112'
|
||||
license 'GPL-2 or AFL-2.1'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-0.112.tar.gz'
|
||||
source_sha256 '7d550dccdfcd286e33895501829ed971eeb65c614e73aadb4a08aeef719b143a'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Dconf_editor < Meson
|
||||
homepage 'https://wiki.gnome.org/Apps/DconfEditor'
|
||||
version '45.0.1'
|
||||
license 'GPL-3+'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://gitlab.gnome.org/GNOME/dconf-editor.git'
|
||||
git_hashtag version
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Deployer < Package
|
||||
homepage 'https://deployer.org/'
|
||||
version '6.7.3'
|
||||
license 'MIT'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/deployphp/deployer/archive/v6.7.3.tar.gz'
|
||||
source_sha256 '81e5cea09f68b898d72a52ea6c4401fbc4cc1bc2fc30d488acce6e8fdef59d79'
|
||||
binary_compression 'tar.xz'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Devil < Package
|
||||
homepage 'https://openil.sourceforge.net/'
|
||||
version '1.8.0-6f3d5e9'
|
||||
license 'LGPL-2.1'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/DentonW/DevIL.git'
|
||||
git_hashtag '6f3d5e9bc5d173f56060fc8e14bed35c8edcfdcc'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Dia < Meson
|
||||
homepage 'http://dia-installer.de/'
|
||||
version '0.97.3-85304ca'
|
||||
license 'GPL-2'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://gitlab.gnome.org/GNOME/dia.git'
|
||||
git_hashtag '85304cac0b3eeba03313733d4a9586411040a0b2'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Diffuse < Package
|
||||
homepage 'https://diffuse.sourceforge.net/'
|
||||
version '0.4.8'
|
||||
license 'GPL-2'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://downloads.sourceforge.net/project/diffuse/diffuse/0.4.8/diffuse-0.4.8.tar.bz2'
|
||||
source_sha256 'c1d3b79bba9352fcb9aa4003537d3fece248fb824781c5e21f3fcccafd42df2b'
|
||||
binary_compression 'tar.xz'
|
||||
|
||||
@@ -8,7 +8,7 @@ class Docker < Package
|
||||
homepage 'https://www.docker.com/'
|
||||
version '24.0.1'
|
||||
license 'Apache'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/docker/cli.git'
|
||||
git_hashtag "v#{version}"
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Dosbox < Package
|
||||
homepage 'https://www.dosbox.com/'
|
||||
version '0.74-3'
|
||||
license 'GPL-2'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://downloads.sourceforge.net/project/dosbox/dosbox/0.74-3/dosbox-0.74-3.tar.gz'
|
||||
source_sha256 'c0d13dd7ed2ed363b68de615475781e891cd582e8162b5c3669137502222260a'
|
||||
binary_compression 'tar.xz'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Dosbox_x < Package
|
||||
homepage 'https://dosbox-x.com/'
|
||||
version '0.83.1'
|
||||
license 'GPL-2'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v0.83.1.tar.gz'
|
||||
source_sha256 '222c6c4e2ec15bfab0e327b9ba4af92a3fcdd0ff76f1917529a11503ab4a2833'
|
||||
binary_compression 'tar.xz'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Dotnet < Package
|
||||
homepage 'https://dotnet.microsoft.com/'
|
||||
version '8.0.403'
|
||||
license 'MIT'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url({
|
||||
aarch64: "https://dotnetcli.azureedge.net/dotnet/Sdk/#{version}/dotnet-sdk-#{version}-linux-arm.tar.gz",
|
||||
armv7l: "https://dotnetcli.azureedge.net/dotnet/Sdk/#{version}/dotnet-sdk-#{version}-linux-arm.tar.gz",
|
||||
|
||||
@@ -5,7 +5,7 @@ class Eigen < CMake
|
||||
homepage 'https://eigen.tuxfamily.org/index.php?title=Main_Page'
|
||||
version '3.4.0-1'
|
||||
license 'MPL-2.0'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.tar.bz2'
|
||||
source_sha256 'b4c198460eba6f28d34894e3a5710998818515104d6e74e5cc331ce31e46e626'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Electric < Package
|
||||
homepage 'https://www.staticfreesoft.com/'
|
||||
version '9.07'
|
||||
license 'GPL-3'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://ftpmirror.gnu.org/electric/electricBinary-9.07.jar'
|
||||
source_sha256 '3e383f673183265700e0c13a5f7b1d3348247465c3d8817c845d62e4c92d86ce'
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ class Elixir < Package
|
||||
homepage 'https://elixir-lang.org/'
|
||||
version '1.18.2'
|
||||
license 'Apache-2.0 and ErlPL-1.1'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/elixir-lang/elixir.git'
|
||||
git_hashtag "v#{version}"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ class Elogind < Package
|
||||
@_ver = '246.10'
|
||||
version "#{@_ver}-1"
|
||||
license 'CC0-1.0, LGPL-2.1+ and public-domain'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url "https://github.com/elogind/elogind/archive/v#{@_ver}.tar.gz"
|
||||
source_sha256 'c490dc158c8f5bca8d00ecfcc7ad5af24d1c7b9e59990a0b3b1323996221a922'
|
||||
binary_compression 'tar.xz'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Emacs < Package
|
||||
homepage 'http://www.gnu.org/software/emacs/'
|
||||
version '29.1'
|
||||
license 'GPL-3+, FDL-1.3+, BSD, HPND, MIT, W3C, unicode, PSF-2'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://ftpmirror.gnu.org/emacs/emacs-29.1.tar.xz'
|
||||
source_sha256 'd2f881a5cc231e2f5a03e86f4584b0438f83edd7598a09d24a21bd8d003e2e01'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Encodings < Package
|
||||
homepage 'https://xorg.freedesktop.org/wiki/'
|
||||
version '1.0.5'
|
||||
license 'custom'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://www.x.org/releases/individual/font/encodings-1.0.5.tar.bz2'
|
||||
source_sha256 'bd96e16143a044b19e87f217cf6a3763a70c561d1076aad6f6d862ec41774a31'
|
||||
binary_compression 'tar.xz'
|
||||
|
||||
@@ -8,7 +8,7 @@ class Epiphany < Meson
|
||||
homepage 'https://wiki.gnome.org/Apps/Web'
|
||||
version '43.1'
|
||||
license 'GPL'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://gitlab.gnome.org/GNOME/epiphany.git'
|
||||
git_hashtag version
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Erlang < Autotools
|
||||
homepage 'https://www.erlang.org/'
|
||||
version '27.2.1'
|
||||
license 'Apache-2.0'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/erlang/otp.git'
|
||||
git_hashtag "OTP-#{version}"
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -8,7 +8,7 @@ class Ettercap_gtk < Package
|
||||
homepage 'https://ettercap.github.com/ettercap/'
|
||||
version '0.8.3.1'
|
||||
license 'GPL'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/Ettercap/ettercap/archive/v0.8.3.1/ettercap-0.8.3.1.tar.gz'
|
||||
source_sha256 'd0c3ef88dfc284b61d3d5b64d946c1160fd04276b448519c1ae4438a9cdffaf3'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -8,7 +8,7 @@ class Evince < Meson
|
||||
homepage 'https://wiki.gnome.org/Apps/Evince'
|
||||
version '45.0'
|
||||
license 'GPL'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://gitlab.gnome.org/GNOME/evince.git'
|
||||
git_hashtag version
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Evolution_data_server < CMake
|
||||
homepage 'https://wiki.gnome.org/Apps/Evolution'
|
||||
version "3.52.4-#{CREW_ICU_VER}"
|
||||
license 'LGPL-2 or LGPL-3, BSD and Sleepycat'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://gitlab.gnome.org/GNOME/evolution-data-server.git'
|
||||
git_hashtag version.split('-').first
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Exo < Autotools
|
||||
homepage 'https://xfce.org/'
|
||||
version '4.19.0'
|
||||
license 'Apache-2.0'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url "https://archive.xfce.org/src/xfce/exo/#{version.rpartition('.')[0]}/exo-#{version}.tar.bz2"
|
||||
source_sha256 'a0124108c197efcc576a6deeface381416dc7137b6a7e7dfa3060fad62509fb7'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Far < Package
|
||||
homepage 'https://findandreplace.sourceforge.net/'
|
||||
version '2.0.3'
|
||||
license 'GPL-3'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://downloads.sourceforge.net/project/findandreplace/findandreplace/2.0.3/FAR-2.0.3-x.tar.gz'
|
||||
source_sha256 'd0e8406b08833be398476e3482a657998cd89e429025989f87cd35added5bedf'
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ class Fcft < Meson
|
||||
homepage 'https://codeberg.org/dnkl/fcft'
|
||||
version '3.1.8'
|
||||
license 'MIT'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://codeberg.org/dnkl/fcft.git'
|
||||
git_hashtag version
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Feh < Package
|
||||
homepage 'https://feh.finalrewind.org/'
|
||||
version '3.10.3'
|
||||
license 'MIT'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/derf/feh.git'
|
||||
git_hashtag version
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Ffmpeg < Package
|
||||
homepage 'https://ffmpeg.org/'
|
||||
version '7.1'
|
||||
license 'LGPL-2,1, GPL-2, GPL-3, and LGPL-3' # When changing ffmpeg's configure options, make sure this variable is still accurate.
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://git.ffmpeg.org/ffmpeg.git'
|
||||
git_hashtag "n#{version}"
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Ffmpegthumbnailer < CMake
|
||||
homepage 'https://github.com/dirkvdb/ffmpegthumbnailer'
|
||||
version '2.2.2-1b5a779'
|
||||
license 'GPL-2'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/dirkvdb/ffmpegthumbnailer.git'
|
||||
git_hashtag '1b5a77983240bcf00a4ef7702c07bcd8f4e5f97c'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -8,7 +8,7 @@ class Fig2dev < Autotools
|
||||
homepage 'https://mcj.sourceforge.net/'
|
||||
version '3.2.9'
|
||||
license 'custom'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url "https://downloads.sourceforge.net/mcj/fig2dev-#{version}.tar.xz"
|
||||
source_sha256 '15e246c8d13cc72de25e08314038ad50ce7d2defa9cf1afc172fd7f5932090b1'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Filezilla < Package
|
||||
homepage 'https://filezilla-project.org/'
|
||||
version '3.67.1'
|
||||
license 'GPL-2'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
# NOTE: This may generate a 403 forbidden error. To receive a new source url,
|
||||
# download from here: https://filezilla-project.org/download.php?show_all=1.
|
||||
source_url "https://dl4.cdn.filezilla-project.org/client/FileZilla_#{version}_src.tar.xz?h=lc3XtUiYRgT_RWF74oRGPA&x=1726381543"
|
||||
|
||||
@@ -5,7 +5,7 @@ class Flatpak < Meson
|
||||
homepage 'https://flatpak.org'
|
||||
version '1.15.10'
|
||||
license 'LGPL-2.1+'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/flatpak/flatpak.git'
|
||||
git_hashtag version
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Flatseal < Meson
|
||||
homepage 'https://github.com/tchx84/Flatseal/'
|
||||
version '2.2.0'
|
||||
license 'GPL-3+'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/tchx84/Flatseal.git'
|
||||
git_hashtag "v#{version}"
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Flif < Package
|
||||
homepage 'https://flif.info/'
|
||||
version '0.4'
|
||||
license 'LGPL-3+'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/FLIF-hub/FLIF.git'
|
||||
git_hashtag "v#{version}"
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Fltk < Package
|
||||
homepage 'https://www.fltk.org/'
|
||||
version '1.3.9'
|
||||
license 'FLTK and LGPL-2'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://www.fltk.org/pub/fltk/1.3.9/fltk-1.3.9-source.tar.bz2'
|
||||
source_sha256 '103441134915402808fd45424d4061778609437e804334434e946cfd26b196c2'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Foliate < Meson
|
||||
homepage 'https://johnfactotum.github.io/foliate/'
|
||||
version '3.1.1'
|
||||
license 'GPL-3'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/johnfactotum/foliate.git'
|
||||
git_hashtag version
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Folks < Meson
|
||||
homepage 'https://wiki.gnome.org/Projects/Folks'
|
||||
version '0.15.9'
|
||||
license 'LGPL-2.1'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://gitlab.gnome.org/GNOME/folks.git'
|
||||
git_hashtag version
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Font_adobe_100dpi < Autotools
|
||||
homepage 'https://gitlab.freedesktop.org/xorg/font/adobe-100dpi'
|
||||
version '1.0.4'
|
||||
license 'MIT'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://gitlab.freedesktop.org/xorg/font/adobe-100dpi.git'
|
||||
git_hashtag "font-adobe-100dpi-#{version}"
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Font_adobe_75dpi < Autotools
|
||||
homepage 'https://gitlab.freedesktop.org/xorg/font/adobe-75dpi'
|
||||
version '1.0.4'
|
||||
license 'MIT'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://gitlab.freedesktop.org/xorg/font/adobe-75dpi.git'
|
||||
git_hashtag "font-adobe-75dpi-#{version}"
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Font_adobe_utopia_100dpi < Autotools
|
||||
homepage 'https://gitlab.freedesktop.org/xorg/font/adobe-utopia-100dpi'
|
||||
version '1.0.5'
|
||||
license 'MIT'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://gitlab.freedesktop.org/xorg/font/adobe-utopia-100dpi.git'
|
||||
git_hashtag "font-adobe-utopia-100dpi-#{version}"
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Font_adobe_utopia_75dpi < Autotools
|
||||
homepage 'https://gitlab.freedesktop.org/xorg/font/adobe-utopia-75dpi'
|
||||
version '1.0.5'
|
||||
license 'MIT'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://gitlab.freedesktop.org/xorg/font/adobe-utopia-75dpi.git'
|
||||
git_hashtag "font-adobe-utopia-75dpi-#{version}"
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
@@ -5,7 +5,7 @@ class Font_adobe_utopia_type1 < Autotools
|
||||
homepage 'https://gitlab.freedesktop.org/xorg/font/adobe-utopia-type1'
|
||||
version '1.0.5'
|
||||
license 'MIT'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://gitlab.freedesktop.org/xorg/font/adobe-utopia-type1.git'
|
||||
git_hashtag "font-adobe-utopia-type1-#{version}"
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user