Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 10, 2019 02:41
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 ryantm/d0fe4396a63dbe8734a22adcb5a82b48 to your computer and use it in GitHub Desktop.
Save ryantm/d0fe4396a63dbe8734a22adcb5a82b48 to your computer and use it in GitHub Desktop.
/nix/store/v9v0w4w0x52akzsahwxh3ci0gz9hdlh3-appstream-0.12.6
├── bin
│   └── appstreamcli
├── etc
│   └── appstream.conf
├── include
│   └── appstream
│   ├── appstream.h
│   ├── as-agreement.h
│   ├── as-agreement-section.h
│   ├── as-artifact.h
│   ├── as-bundle.h
│   ├── as-category.h
│   ├── as-checksum.h
│   ├── as-component.h
│   ├── as-content-rating.h
│   ├── as-distro-details.h
│   ├── as-enums.h
│   ├── as-icon.h
│   ├── as-image.h
│   ├── as-launchable.h
│   ├── as-metadata.h
│   ├── as-pool.h
│   ├── as-provided.h
│   ├── as-relation.h
│   ├── as-release.h
│   ├── as-screenshot.h
│   ├── as-spdx.h
│   ├── as-suggested.h
│   ├── as-translation.h
│   ├── as-utils.h
│   ├── as-validator.h
│   └── as-validator-issue.h
├── lib
│   ├── girepository-1.0
│   │   └── AppStream-1.0.typelib
│   ├── libappstream.so -> libappstream.so.4
│   ├── libappstream.so.0.12.6
│   ├── libappstream.so.4 -> libappstream.so.0.12.6
│   └── pkgconfig
│   └── appstream.pc
└── share
├── gettext
│   └── its
│   ├── metainfo.its
│   └── metainfo.loc
├── gir-1.0
│   └── AppStream-1.0.gir
├── locale
│   ├── ar
│   │   └── LC_MESSAGES
│   │   └── appstream.mo
│   ├── ca
│   │   └── LC_MESSAGES
│   │   └── appstream.mo
│   ├── ckb
│   │   └── LC_MESSAGES
│   │   └── appstream.mo
│   ├── cs
│   │   └── LC_MESSAGES
│   │   └── appstream.mo
│   ├── da
│   │   └── LC_MESSAGES
│   │   └── appstream.mo
│   ├── de
│   │   └── LC_MESSAGES
│   │   └── appstream.mo
│   ├── en_GB
│   │   └── LC_MESSAGES
│   │   └── appstream.mo
│   ├── es
│   │   └── LC_MESSAGES
│   │   └── appstream.mo
│   ├── eu
│   │   └── LC_MESSAGES
│   │   └── appstream.mo
│   ├── fi
│   │   └── LC_MESSAGES
│   │   └── appstream.mo
│   ├── fr
│   │   └── LC_MESSAGES
│   │   └── appstream.mo
│   ├── gd
│   │   └── LC_MESSAGES
│   │   └── appstream.mo
│   ├── gl
│   │   └── LC_MESSAGES
│   │   └── appstream.mo
│   ├── hu
│   │   └── LC_MESSAGES
│   │   └── appstream.mo
│   ├── id
│   │   └── LC_MESSAGES
│   │   └── appstream.mo
│   ├── it
│   │   └── LC_MESSAGES
│   │   └── appstream.mo
│   ├── ja
│   │   └── LC_MESSAGES
│   │   └── appstream.mo
│   ├── ko
│   │   └── LC_MESSAGES
│   │   └── appstream.mo
│   ├── lt
│   │   └── LC_MESSAGES
│   │   └── appstream.mo
│   ├── nb
│   │   └── LC_MESSAGES
│   │   └── appstream.mo
│   ├── nl
│   │   └── LC_MESSAGES
│   │   └── appstream.mo
│   ├── oc
│   │   └── LC_MESSAGES
│   │   └── appstream.mo
│   ├── pl
│   │   └── LC_MESSAGES
│   │   └── appstream.mo
│   ├── pt
│   │   └── LC_MESSAGES
│   │   └── appstream.mo
│   ├── pt_BR
│   │   └── LC_MESSAGES
│   │   └── appstream.mo
│   ├── ru
│   │   └── LC_MESSAGES
│   │   └── appstream.mo
│   ├── sk
│   │   └── LC_MESSAGES
│   │   └── appstream.mo
│   ├── sl
│   │   └── LC_MESSAGES
│   │   └── appstream.mo
│   ├── sr
│   │   └── LC_MESSAGES
│   │   └── appstream.mo
│   ├── sr@latin
│   │   └── LC_MESSAGES
│   │   └── appstream.mo
│   ├── sv
│   │   └── LC_MESSAGES
│   │   └── appstream.mo
│   ├── tr
│   │   └── LC_MESSAGES
│   │   └── appstream.mo
│   ├── uk
│   │   └── LC_MESSAGES
│   │   └── appstream.mo
│   ├── zh_CN
│   │   └── LC_MESSAGES
│   │   └── appstream.mo
│   └── zh_TW
│   └── LC_MESSAGES
│   └── appstream.mo
├── man
│   └── man1
│   └── appstreamcli.1.gz
├── metainfo
│   └── org.freedesktop.appstream.cli.metainfo.xml
└── vala
└── vapi
├── appstream.deps
└── appstream.vapi
87 directories, 75 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment