Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 10, 2020 11:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/a77f38dc1f9a4e936218a41984222429 to your computer and use it in GitHub Desktop.
Save r-ryantm/a77f38dc1f9a4e936218a41984222429 to your computer and use it in GitHub Desktop.
/nix/store/zhjxbajah811fs57yapzclpnw5dvxi76-samplv1-0.9.14
├── bin
│   └── samplv1_jack
├── lib
│   └── lv2
│   └── samplv1.lv2
│   ├── manifest.ttl
│   ├── samplv1.so
│   ├── samplv1.ttl
│   └── samplv1_ui.ttl
└── share
├── applications
│   └── samplv1.desktop
├── icons
│   └── hicolor
│   ├── 32x32
│   │   ├── apps
│   │   │   └── samplv1.png
│   │   └── mimetypes
│   │   └── application-x-samplv1-preset.png
│   └── scalable
│   ├── apps
│   │   └── samplv1.svg
│   └── mimetypes
│   └── application-x-samplv1-preset.svg
├── man
│   └── man1
│   ├── samplv1.1.gz
│   └── samplv1.fr.1.gz
├── metainfo
│   └── samplv1.appdata.xml
└── mime
└── packages
└── samplv1.xml
19 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment