EmulationStation: add license

This commit is contained in:
Michael Gehring 2017-07-15 22:28:39 +00:00
parent 8735cefb96
commit a321918c89
1 changed files with 4 additions and 0 deletions

View File

@ -17,3 +17,7 @@ wrksrc=EmulationStation-$_githash
case "$XBPS_TARGET_MACHINE" in
aarch64*) broken="https://build.voidlinux.eu/builders/aarch64-musl_builder/builds/1393/steps/shell_3/logs/stdio";;
esac
post_install() {
vlicense LICENSE.md
}