-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from ayhanyalcinsoy/master
fixed some typos and added usage of some scripts into the README file…
- Loading branch information
Showing
5 changed files
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,16 @@ pardus-dev-tools | |
|
||
The aim of this project is to keep several bash/python/perl scripts and bash profile.d/ hooks | ||
together to provide a lot of facilities to maintainers and developers. | ||
|
||
To create pisi package | ||
---------------------- | ||
- First of all create ".pisipackager" file on the "/home/user_name/" and add required information as following and close it: | ||
name = Ayhan Yalçınsoy | ||
email = [email protected] | ||
- In the directory you want to create a pisi package open the Terminal (Konsole) | ||
- To create a package based on autotools, use command 'autotools_package package_name' | ||
- To create a package based on cmake, use command 'cmake_package package_name' | ||
- To create a package based on kd5, use command 'kde5_package package_name' | ||
- To create a package based on mesontools use command 'mesontools_package package_name' | ||
- To create a package based on qt5 use command 'qt5_package package_name' | ||
- To create a package based on qt6 use command 'qt6_package package_name' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters