Skip to content

Commit

Permalink
user/ab-av1: new package
Browse files Browse the repository at this point in the history
user/ab-av1: upgrade to v0.9.0
  • Loading branch information
Fantome137 committed Dec 29, 2024
1 parent 1fac715 commit abef587
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions user/ab-av1/template.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
pkgname = "ab-av1"
pkgver = "0.9.0"
pkgrel = 0
build_style = "cargo"
makedepends = ["cargo"]
depends = ["ffmpeg"]
pkgdesc = "AV1 re-encoding using ffmpeg, svt-av1, XPSNR and VMAF"
maintainer = "LeFantome <[email protected]>"
license = "MIT"
url = "https://github.com/alexheretic/ab-av1"
source = f"{url}/archive/refs/tags/v{pkgver}.tar.gz"
sha256 = "093b06ff2e884372a2a145c3bba824f60df18f6f2c7cd5037f1152adbf1976e3"


def post_install(self):
self.install_license("LICENSE")

0 comments on commit abef587

Please sign in to comment.