Abcl 1.9.0 => 1.9.2 (#8631)

This commit is contained in:
Ed Reel
2023-09-09 17:43:15 -05:00
committed by GitHub
parent 9ecadac781
commit 4cb5d2f313

View File

@@ -3,11 +3,11 @@ require 'package'
class Abcl < Package
description 'Armed Bear Common Lisp (ABCL) is a full implementation of the Common Lisp language featuring both an interpreter and a compiler, running in the JVM.'
homepage 'https://abcl.org/'
version '1.9.0'
version '1.9.2'
license 'GPL-2'
compatibility 'all'
source_url 'https://abcl.org/releases/1.9.0/abcl-bin-1.9.0.tar.gz'
source_sha256 'de6a25cb02d283664c1dae2e8342503aaeb484d95bff3acc19bdae0c6ddae28f'
source_url 'https://abcl.org/releases/1.9.2/abcl-bin-1.9.2.tar.gz'
source_sha256 '24970976b3565ddf32a1e0b17c5034a9996df25404ec44f240505b01c68a37fe'
depends_on 'openjdk8'
@@ -22,8 +22,6 @@ class Abcl < Package
end
def self.install
FileUtils.mkdir_p "#{CREW_DEST_PREFIX}/bin"
FileUtils.mkdir_p "#{CREW_DEST_PREFIX}/share/abcl"
FileUtils.install 'abcl.sh', "#{CREW_DEST_PREFIX}/bin/abcl", mode: 0o755
FileUtils.install ['abcl.jar', 'abcl-contrib.jar', "abcl-#{version}.pdf", 'asdf.pdf', 'README'],
"#{CREW_DEST_PREFIX}/share/abcl", mode: 0o644