You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fpm -s dir -t deb -a all -m "brett hartshorn <[email protected]>" -n rusthon -v 0.9.6 /usr/bin/transpile ./rusthon.py=/usr/lib/rusthon/rusthon.py ./src=/usr/local/lib/rusthon/
## check contents of deb
dpkg -c rusthon_0.9.6_all.deb
## fedora -- requires rpmbuild -- which is not available in debian?
fpm -s dir -t rpm -a noarch -n rusthon -v 0.9.6 /usr/bin/transpile ./rusthon.py=/usr/lib/rusthon/rusthon.py ./src=/usr/local/lib/rusthon/