Prepare for Aur Package

This commit is contained in:
BlyDoesCoding 2023-03-21 17:25:56 +01:00
parent 42cb7a3ba7
commit 23a63b316b
3 changed files with 34 additions and 16 deletions

48
.idea/workspace.xml generated
View file

@ -9,10 +9,10 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="9b57ac51-c870-474b-9dfd-64a5fc490635" name="Changes" comment="Update README.md according to the new deletion behavior">
<list default="true" id="9b57ac51-c870-474b-9dfd-64a5fc490635" name="Changes" comment="Upload Bin">
<change afterPath="$PROJECT_DIR$/src/sherly" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Main.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Main.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Bin/sherly.jar" beforeDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -56,18 +56,18 @@
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent"><![CDATA[{
"keyToString": {
"RunOnceActivity.OpenProjectViewOnStart": "true",
"RunOnceActivity.ShowReadmeOnStart": "true",
"SHARE_PROJECT_CONFIGURATION_FILES": "true",
"last_opened_file_path": "/home/bly/IdeaProjects/Sherly",
"project.structure.last.edited": "Artifacts",
"project.structure.proportion": "0.15",
"project.structure.side.proportion": "0.2",
"settings.editor.selected.configurable": "Settings.Markdown"
<component name="PropertiesComponent">{
&quot;keyToString&quot;: {
&quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;,
&quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
&quot;SHARE_PROJECT_CONFIGURATION_FILES&quot;: &quot;true&quot;,
&quot;last_opened_file_path&quot;: &quot;/home/bly/IdeaProjects/Sherly&quot;,
&quot;project.structure.last.edited&quot;: &quot;Artifacts&quot;,
&quot;project.structure.proportion&quot;: &quot;0.15&quot;,
&quot;project.structure.side.proportion&quot;: &quot;0.2&quot;,
&quot;settings.editor.selected.configurable&quot;: &quot;Settings.Markdown&quot;
}
}]]></component>
}</component>
<component name="RunAnythingCache">
<option name="myCommands">
<command value="github" />
@ -223,7 +223,21 @@
<option name="project" value="LOCAL" />
<updated>1679344426853</updated>
</task>
<option name="localTasksCounter" value="19" />
<task id="LOCAL-00019" summary="Added -t to tell Sherly the number of Threads it should use">
<created>1679345325362</created>
<option name="number" value="00019" />
<option name="presentableId" value="LOCAL-00019" />
<option name="project" value="LOCAL" />
<updated>1679345325362</updated>
</task>
<task id="LOCAL-00020" summary="Upload Bin">
<created>1679346354129</created>
<option name="number" value="00020" />
<option name="presentableId" value="LOCAL-00020" />
<option name="project" value="LOCAL" />
<updated>1679346354129</updated>
</task>
<option name="localTasksCounter" value="21" />
<servers />
</component>
<component name="Vcs.Log.Tabs.Properties">
@ -263,7 +277,9 @@
<MESSAGE value="Rework of README.md" />
<MESSAGE value="Update deletion behavior and fixed file == NULL bug" />
<MESSAGE value="Update README.md according to the new deletion behavior" />
<option name="LAST_COMMIT_MESSAGE" value="Update README.md according to the new deletion behavior" />
<MESSAGE value="Added -t to tell Sherly the number of Threads it should use" />
<MESSAGE value="Upload Bin" />
<option name="LAST_COMMIT_MESSAGE" value="Upload Bin" />
</component>
<component name="XDebuggerManager">
<breakpoint-manager>

Binary file not shown.

2
src/sherly Normal file
View file

@ -0,0 +1,2 @@
#!/usr/bin/sh
java -jar /usr/share/sherly/sherly.jar $@