Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.
/ homebrew-rdflint Public archive

homebrew formula for rdflint

License

Notifications You must be signed in to change notification settings

imas/homebrew-rdflint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homebrew-rdflint

Deprecated Please use install script, ref Document-Getting started


Homebrew Formula for rdflint

see. https://brew.sh/

How to use

brew tap imas/rdflint
brew install [package-name]

Package List

Package Description URL
rdflint RDF Linter https://github.com/imas/rdflint

How to update formula

After release of rdflint, update formula by following process.

  1. check latest rdflint version.

    curl https://jitpack.io/api/builds/com.github.imas/rdflint/latestOk
    
  2. download latest rdflint.

    export RDFLINT_VERSION=x.x.x
    wget https://jitpack.io/com/github/imas/rdflint/$RDFLINT_VERSION/rdflint-$RDFLINT_VERSION.jar
    
  3. compute sha256.

    shasum -a 256 rdflint-$RDFLINT_VERSION.jar 
    
  4. replace RDFLINT_VERSION and sha256 value of rdflint.rb.

About

homebrew formula for rdflint

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages