summaryrefslogtreecommitdiff
path: root/xdgmenumaker/debian/_service
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-02-28 15:06:42 -0500
committerB. Stack <bgstack15@gmail.com>2023-02-28 15:06:42 -0500
commitf3e74c896347b39fa57b59765d78710522892733 (patch)
tree0fd0a2b898723b90eb94090686737b7f854850d5 /xdgmenumaker/debian/_service
parentxdg-themes-stackrpms +stackrpms (diff)
downloadstackrpms-f3e74c896347b39fa57b59765d78710522892733.tar.gz
stackrpms-f3e74c896347b39fa57b59765d78710522892733.tar.bz2
stackrpms-f3e74c896347b39fa57b59765d78710522892733.zip
xdgmenumaker +stackrpms
Diffstat (limited to 'xdgmenumaker/debian/_service')
-rw-r--r--xdgmenumaker/debian/_service28
1 files changed, 28 insertions, 0 deletions
diff --git a/xdgmenumaker/debian/_service b/xdgmenumaker/debian/_service
new file mode 100644
index 0000000..b7362db
--- /dev/null
+++ b/xdgmenumaker/debian/_service
@@ -0,0 +1,28 @@
+<services>
+ <service name="tar_scm">
+ <param name="scm">git</param>
+ <param name="url">https://gitlab.com/bgstack15/stackrpms.git</param>
+ <param name="subdir">xdgmenumaker/debian</param>
+ <param name="filename">debian</param>
+ <param name="revision">fix-deb-suffix</param>
+ <param name="version">_none_</param>
+ </service>
+ <service name="recompress">
+ <param name="file">*.tar</param>
+ <param name="compression">xz</param>
+ </service>
+ <service name="tar_scm">
+ <param name="scm">git</param>
+ <param name="url">https://github.com/gapan/xdgmenumaker.git</param>
+ <param name="revision">2.0</param>
+ <param name="version">_none_</param>
+ </service>
+ <service name="recompress">
+ <param name="file">*.tar</param>
+ <param name="compression">gz</param>
+ </service>
+ <service name="extract_file">
+ <param name="archive">*.tar.xz</param>
+ <param name="files">*/*.dsc</param>
+ </service>
+</services>
bgstack15