summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: def2db0d75285a0fbce7c0a7506d348380853612 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: FichteFoll <fichtefoll2@googlemail.com>

pkgname=aegisub-yutils
pkgver=v2015.01.17
pkgrel=2
pkgdesc="Yutils library for the Aegisub Automation interface"
arch=('i686' 'x86_64')
url="https://github.com/Youka/Yutils"
license=('MIT')
depends=('aegisub')

# https://github.com/Youka/Yutils/blob/370bee406a/src/Yutils.lua
source=("Yutils-${pkgver}.lua::https://github.com/Youka/Yutils/raw/370bee406a55966e3e4426a0fdac82b78a02a721/src/Yutils.lua")
sha256sums=('45c199bf3e4897a0fca5dfc21a7e53da14ea9ee757c7d919145cab2324200a39')


package() {
    local prefix="/usr/share/aegisub/automation"

    install -D -m644 "Yutils-${pkgver}.lua" "${pkgdir}${prefix}/include/Yutils.lua"
}