Go to file
2016-03-22 02:14:55 +01:00
data Make writing multiline hint definitions easier 2016-03-22 02:14:55 +01:00
source Make writing multiline hint definitions easier 2016-03-22 02:14:55 +01:00
test/samples debian: Implement Contents reading code 2016-03-21 04:50:28 +01:00
.gitignore Add initial code and primitives 2016-03-03 20:59:03 +01:00
.gitmodules Store YAML hints data in the database 2016-03-09 22:06:07 +01:00
.travis.yml Disable LDC on CI 2016-03-20 21:57:04 +01:00
dub.json Render SVG icons 2016-03-21 01:54:22 +01:00
LICENSE Update license 2016-03-03 20:59:11 +01:00
README.md trivial: Add Travis badge 2016-03-20 22:00:28 +01:00

AppStream Generator

A new AppStream generator written in D, being much faster and more versatile than the old one. This software is in early development, and is still very incomplete.

Development

Build Status

Build dependencies

  • gdc / ldc
  • dub 1
  • glib2 (>= 2.46)
  • AppStream 2
  • libarchive 3
  • LMDB 4

Build instructions

Just run dub build - if all dependencies are set up correctly, the binary will be built and stored as build/appstream-generator. You might need to update the Git submodules first, run git submodule update for that.

Usage

This project is work-in-progress, so you can not use it in production yet.