Add nocodb package (#11065)

This commit is contained in:
Ed Reel
2024-12-30 21:18:00 -06:00
committed by GitHub
parent d8c42b4119
commit 8d044a2c73
3 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1 @@
/usr/local/bin/nocodb

22
packages/nocodb.rb Normal file
View 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

View File

@@ -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