mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
Add unbuilt bacon to updater-bacon-5.0.1 — bacon → 5.0.1 (#12607)
* Add unbuilt bacon to updater-bacon-5.0.1 * updater-bacon-5.0.1: Build Run on linux/amd64. * updater-bacon-5.0.1: Build Run on linux/386. * updater-bacon-5.0.1: Build Run on linux/arm/v7. * updater-bacon-5.0.1: Package File Update Run on linux/386 container. --------- Co-authored-by: satmandu <satmandu@users.noreply.github.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
57c79bf2a0
commit
8d48a30991
@@ -1,4 +1,4 @@
|
||||
# Total size: 2113135
|
||||
# Total size: 2861281
|
||||
/usr/local/bin/bacon
|
||||
/usr/local/bin/bacon.sh
|
||||
/usr/local/share/BaCon/LICENSE.txt
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 2030771
|
||||
# Total size: 2881893
|
||||
/usr/local/bin/bacon
|
||||
/usr/local/bin/bacon.sh
|
||||
/usr/local/share/BaCon/LICENSE.txt
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 2074255
|
||||
# Total size: 2787117
|
||||
/usr/local/bin/bacon
|
||||
/usr/local/bin/bacon.sh
|
||||
/usr/local/share/BaCon/LICENSE.txt
|
||||
|
||||
@@ -3,20 +3,22 @@ require 'buildsystems/autotools'
|
||||
class Bacon < Autotools
|
||||
description 'BaCon is a free BASIC to C translator for Unix-based systems.'
|
||||
homepage 'https://chiselapp.com/user/bacon/repository/bacon/home'
|
||||
version '5.0'
|
||||
version '5.0.1'
|
||||
license 'MIT'
|
||||
compatibility 'all'
|
||||
source_url "https://www.basic-converter.org/stable/bacon-#{version}.tar.gz"
|
||||
source_sha256 '04f76e0792913ee7b4266493d3748813cab59450a06db9fa9eea240c9bae8a6b'
|
||||
source_sha256 '7f0a6dd3a3d465dd414f165a319838f0691d44157bd034845694fa32649ab97b'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: 'f5db8a5434ecc652329d3d899f50e7acdf99645f66fd6e6749a9aec50445f52c',
|
||||
armv7l: 'f5db8a5434ecc652329d3d899f50e7acdf99645f66fd6e6749a9aec50445f52c',
|
||||
i686: '201c5b886ba06bad7eb0d770a819a6f71f07a6091137f8fb1cc0d63797d5c970',
|
||||
x86_64: 'ddb485cbbc31ec7aa2fd3f4f6faf1fd5353cdf0951a5174bfbf24d2857a96b0c'
|
||||
aarch64: '7fb09aed952f9062229db822bf8703626c061fea5492764adfa5f955cac7828c',
|
||||
armv7l: '7fb09aed952f9062229db822bf8703626c061fea5492764adfa5f955cac7828c',
|
||||
i686: 'aaa886ad1cebf601dd1342c2acbe4d0fc28353ef5df2d54d8081d4af051e195c',
|
||||
x86_64: '252211ebb4a026d5e799bd9d39c7750e9d6fcd4b721dd951f38622f6ae3f0a6b'
|
||||
})
|
||||
|
||||
depends_on 'glibc' # R
|
||||
|
||||
def self.patch
|
||||
system 'sed -i "s,/usr/share,\$\(DATADIR\)," Makefile.in'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user