summaryrefslogtreecommitdiff
path: root/makemkv-oss/debian/_service
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-02-06 10:56:55 -0500
committerB. Stack <bgstack15@gmail.com>2023-02-06 10:56:55 -0500
commitb40171ab3052ef118cdb6041d9225e6403610448 (patch)
tree73c066ec7c93cb21b525685f21c46848640dcf26 /makemkv-oss/debian/_service
parentMerge branch 'freefilesync-bump' into 'master' (diff)
downloadstackrpms-b40171ab3052ef118cdb6041d9225e6403610448.tar.gz
stackrpms-b40171ab3052ef118cdb6041d9225e6403610448.tar.bz2
stackrpms-b40171ab3052ef118cdb6041d9225e6403610448.zip
makemkv 1.17.3
Diffstat (limited to 'makemkv-oss/debian/_service')
-rw-r--r--makemkv-oss/debian/_service24
1 files changed, 24 insertions, 0 deletions
diff --git a/makemkv-oss/debian/_service b/makemkv-oss/debian/_service
new file mode 100644
index 0000000..920038d
--- /dev/null
+++ b/makemkv-oss/debian/_service
@@ -0,0 +1,24 @@
+<services>
+ <service name="tar_scm">
+ <param name="scm">git</param>
+ <param name="url">https://gitlab.com/bgstack15/stackrpms.git</param>
+ <param name="subdir">makemkv-oss/debian</param>
+ <param name="filename">debian</param>
+ <param name="revision">makemkv-bump</param>
+ <param name="version">_none_</param>
+ </service>
+ <service name="recompress">
+ <param name="file">*.tar</param>
+ <param name="compression">xz</param>
+ </service>
+ <service name="extract_file">
+ <param name="archive">*.tar.xz</param>
+ <param name="files">*/*.dsc</param>
+ </service>
+ <service name="download_url">
+ <param name="protocol">https</param>
+ <param name="host">makemkv.com</param>
+ <param name="path">download/makemkv-oss-1.17.3.tar.gz</param>
+ <param name="filename">makemkv-oss_1.17.3.orig.tar.gz</param>
+ </service>
+</services>
bgstack15