mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Add nocodb package (#11065)
This commit is contained in:
1
manifest/x86_64/n/nocodb.filelist
Normal file
1
manifest/x86_64/n/nocodb.filelist
Normal file
@@ -0,0 +1 @@
|
||||
/usr/local/bin/nocodb
|
||||
22
packages/nocodb.rb
Normal file
22
packages/nocodb.rb
Normal file
@@ -0,0 +1,22 @@
|
||||
require 'package'
|
||||
|
||||
class Nocodb < Package
|
||||
description 'Open Source Airtable Alternative'
|
||||
homepage 'https://nocodb.com/'
|
||||
version '0.258.10'
|
||||
license 'AGPL-3.0'
|
||||
compatibility 'x86_64'
|
||||
source_url "https://github.com/nocodb/nocodb/releases/download/#{version}/Noco-linux-x64"
|
||||
source_sha256 '0065e228e7e141fceffd795fd352790812d6b629746aaf7d55e05f3774db139b'
|
||||
|
||||
no_compile_needed
|
||||
no_shrink
|
||||
|
||||
def self.install
|
||||
FileUtils.install 'Noco-linux-x64', "#{CREW_DEST_PREFIX}/bin/nocodb", mode: 0o755
|
||||
end
|
||||
|
||||
def self.postinstall
|
||||
ExitMessage.add "\nType 'nocodb' to get started.\n"
|
||||
end
|
||||
end
|
||||
@@ -6300,6 +6300,11 @@ url: https://sourceforge.net/projects/nmon/files/
|
||||
activity: none
|
||||
---
|
||||
kind: url
|
||||
name: nocodb
|
||||
url: https://github.com/nocodb/nocodb/releases
|
||||
activity: medium
|
||||
---
|
||||
kind: url
|
||||
name: nodebrew
|
||||
url: https://github.com/hokaccha/nodebrew/releases
|
||||
activity: low
|
||||
|
||||
Reference in New Issue
Block a user