web/packaging/build-package.sh

10 lines
376 B
Bash
Raw Normal View History

2019-12-29 23:17:12 +00:00
fpm -s dir -t deb -p /build/arm-web_$VERSION.deb \
2017-12-04 01:57:24 +00:00
-n arm-web -v $VERSION \
--deb-priority optional --force \
--deb-compression bzip2 \
--description "Automatic Ripping Machine Web Interface" \
-m "cats <admin@meow.tf>" --vendor "Meow.tf" \
--url "https://meow.tf" \
packaging/arm.conf=/etc/nginx/conf.d/arm.conf \
2019-12-29 23:17:12 +00:00
/build/dist=/var/lib/arm/web