Add packaging scripts for Meson

It probably doesn't belong here but I don't feel like creating another
repository for this either yet.
This commit is contained in:
2017-04-30 10:45:23 +02:00
parent 9afcb337ad
commit e25a880883
4 changed files with 69 additions and 0 deletions

8
meson/packaging/meta.in Normal file
View File

@@ -0,0 +1,8 @@
define() { [ -z "$2" ] && { echo $1 is undefined; exit 1; } || eval "$1='$2'"; }
define name "@name@"
define version "@version@"
define summary "@summary@"
define author "@author@"
define arch "@arch@"
define system "@system@"