summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a8055f6c2e39215e1ef8e60cd493316b2dc73c8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Alexandre Magno <alexandre.mbm@gmail.com>
pkgname=dangerous-jack-connector
pkgver=0.1.4
pkgrel=1
srcauthor=alexandre-mbm
pkgdesc="Alarm for dangerous jack connector (faulty plug of the notebook's power supply)"
url="https://github.com/${srcauthor}/${pkgname}"
arch=(any)
license=('MIT')
depends=('sh' 'systemd' 'sound-theme-freedesktop' 'ffmpeg' 'alsa-utils')
install=${pkgname}.install
source=("https://github.com/${srcauthor}/${pkgname}/archive/${pkgver}.tar.gz")
md5sums=('bc9eeb43736567a0d301cf500d3ef9ff')

package(){
    cd "${srcdir}/${pkgname}-${pkgver}"
    make DESTDIR="${pkgdir}/" install
}