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

Latest commit

 

History

History
49 lines (32 loc) · 950 Bytes

README.md

File metadata and controls

49 lines (32 loc) · 950 Bytes

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.