Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
bitmask-vpn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vladimir KozLove
bitmask-vpn
Commits
9770a0dd
Unverified
Commit
9770a0dd
authored
5 years ago
by
Kali Kaneko
Browse files
Options
Downloads
Patches
Plain Diff
[pkg] add curl
parent
9bbe6bd2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+7
-3
7 additions, 3 deletions
Makefile
with
7 additions
and
3 deletions
Makefile
+
7
−
3
View file @
9770a0dd
...
...
@@ -29,12 +29,12 @@ depends:
@
go get
-u
golang.org/x/text/cmd/gotext github.com/cratonica/2goarray
dependsLinux
:
@
sudo
apt
install
libgtk-3-dev libappindicator3-dev golang pkg-config dh-golang golang-golang-x-text-dev cmake devscripts fakeroot debhelper
@
sudo
apt
install
libgtk-3-dev libappindicator3-dev golang pkg-config dh-golang golang-golang-x-text-dev cmake devscripts fakeroot debhelper
curl
@
# debian needs also: snap install snapcraft --classic; snap install multipass --beta --classic
dependsDarwin
:
# TODO - bootstrap homebrew if not there
@
brew
install
python3 golang make pkg-config upx
@
brew
install
python3 golang make pkg-config upx
curl
@
brew
install
--default-names
gnu-sed
dependsCygwin
:
...
...
@@ -79,7 +79,7 @@ clean:
# packaging templates
#########################################################################
prepare
:
prepare_templates gen_pkg_win gen_pkg_osx gen_pkg_snap gen_pkg_deb
prepare
:
prepare_templates gen_pkg_win gen_pkg_osx gen_pkg_snap gen_pkg_deb
prepare_done
prepare_templates
:
generate relink_default tgz
@
mkdir
-p
build/
${
PROVIDER
}
/bin/
...
...
@@ -145,6 +145,10 @@ gen_pkg_deb:
@
cd
build/
${
PROVIDER
}
/debian
&&
python3 generate.py
@
cd
build/
${
PROVIDER
}
/debian
&&
rm
app.desktop-template changelog-template rules-template control-template generate.py data.json
&&
chmod
+x rules
prepare_done
:
@
echo
@
echo
'Done. You can do "make build" now.'
#########################################################################
# packaging action
#########################################################################
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment