Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.
/ mh Public archive
forked from sskaje/mh

Commit

Permalink
Add debian package layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Lessica committed May 20, 2018
1 parent 0108c24 commit 50f640b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
build/ios-*
build/osx
build/mh_cli
build/layout/bin/mh_cli
build/*.deb

cmake-build-debug
.idea
deps/duktape
Expand Down
3 changes: 3 additions & 0 deletions build-ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ mkdir build/ios-arm64
bash build/build-ios-arm64.sh

lipo -create build/ios-armv7/mh_cli build/ios-armv7s/mh_cli build/ios-arm64/mh_cli -output build/mh_cli

cp -p build/mh_cli build/layout/bin/
dpkg-deb -b build/layout build/me.sskaje.mh_0.1-1_iphoneos-arm.deb
12 changes: 12 additions & 0 deletions build/layout/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Package: me.sskaje.mh
Name: MH
Version: 0.1-1
Architecture: iphoneos-arm
Description: An interactive memory hacker.
Homepage: https://sskaje.me/2018/03/mh-cli-based-memory-editor-ios-macos/
Maintainer: i_82 <[email protected]>
Author: sskaje <[email protected]>
Sponsor: sskaje <https://sskaje.me/>
Section: Utilities
Tag: purpose::console, role::hacker

Empty file added build/layout/bin/.gitkeep
Empty file.

0 comments on commit 50f640b

Please sign in to comment.