Add Kdenlive
This commit is contained in:
parent
1e5cf2a5fc
commit
a10f3c92ea
1 changed files with 14 additions and 0 deletions
14
modules/Kdenlive.php
Normal file
14
modules/Kdenlive.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
class Kdenlive extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('Kdenlive Authors', 'Kdenlive', 'https://kdenlive.org/download/');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch_json('https://invent.kde.org/api/v4/projects/multimedia%2Fkdenlive/repository/tags'))
|
||||
return $this->parse_json('name');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue