Shiori icon

Shiori 1.1.0

Pinboard and Delicious client that allows you to find and add bookmarks

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    shiori # Shiori
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    shiori # Shiori
  ];
}

Package Definition

{
  "pname": "shiori",
  "version": "1.1.0",
  "src": {
    "url": "https://aki-null.net/shiori/release/Shiori_1.1.0.zip",
    "sha256": "0496885a3f738681184c28e61fe134621a831af3c8f457784e9da72e43eae94d"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Shiori.app\" && cp -r \"Shiori.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Pinboard and Delicious client that allows you to find and add bookmarks",
    "homepage": "https://aki-null.net/shiori/"
  }
}