1 # Maintainer: Your Name <youremail@domain.com>
5 pkgdesc="A set of programs to work with .ssa/.ass subtitles"
7 url="https://github.com/AdUser/ssa-utils"
12 source=("https://github.com/downloads/AdUser/${pkgname}/${pkgname}-${pkgver}.tar.gz")
13 md5sums=('dea669413659cca5f1f82c06c6225e89')
18 cmake -DCMAKE_BUILD_TYPE="Release" -DCMAKE_INSTALL_PREFIX="/usr" .
25 make DESTDIR="$pkgdir/" install
28 # vim:set ts=2 sw=2 et: