Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
M
manjaro-software-install-tools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Stefano Capitani
manjaro-software-install-tools
Commits
b38e3106
Verified
Commit
b38e3106
authored
Aug 04, 2018
by
Stefano Capitani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add makefile
Signed-off-by:
Ste74
<
stefano@manjaro.org
>
parent
16158404
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
0 deletions
+37
-0
Makefile
Makefile
+18
-0
PKGBUILD
PKGBUILD
+19
-0
No files found.
Makefile
0 → 100644
View file @
b38e3106
#!/usr/bin/make -f
PREFIX
=
/usr
DPATH
=
$(DESTDIR)$(PREFIX)
/bin
DAPP
=
$(DESTDIR)$(PREFIX)
/share/applications
DEL
=
rm
-f
install
:
install
-Dm755
-t
$(DPATH)
*
.sh
*
.py
uninstall
:
$(DEL)
$(DPATH)
/manjaro-software-install.tool.py
$(DEL)
$(DPATH)
/installapps.sh
all
:
install
.PHONY
:
all install uninstall
\ No newline at end of file
PKGBUILD
0 → 100755
View file @
b38e3106
# Maintainer: Stefano Capitani <stefano_at_manjaro_dot_org>
pkgname
=
manjaro-software-install-tool
pkgver
=
0.1
pkgrel
=
1
pkgdesc
=
"A tool to quickly install software in Manjaro Linux"
arch
=(
'any'
)
license
=(
'GPL'
)
url
=
https://gitlab.manjaro.org/ste74/manjaro-software-install-tools
depends
=(
'python'
'papirus-maia-icon-theme'
'gksu-polkit'
'manjaro-hello'
)
makedepends
=(
'git'
)
source
=(
"
$pkgname
::git+
$url
.git"
)
md5sums
=(
'SKIP'
)
package
()
{
cd
$srcdir
make
DESTDIR
=
"
${
pkgdir
}
"
install
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment