summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 66a7e8c8f796283041aac85ae583e971ad14fa28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Trizen <echo dHJpemVueEBnbWFpbC5jb20K | base64 -d>

pkgname=srt-delay
pkgver=0.0.6
pkgrel=1
pkgdesc="A commandline tool to adjust srt's time stamp."
arch=('any')
url="https://github.com/trizen/perl-scripts"
license=('GPL')
depends=('perl>=5.10.1')
source=("https://raw.githubusercontent.com/trizen/perl-scripts/master/Subtitle/srt-delay")
md5sums=('ff37b6803ad128e43b05fc066e8936b3')

package() {
  install -Dm 755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
}