Commit aa2f4968 authored by Seblu's avatar Seblu
Browse files

mailboot v2

parent 8b42524a
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
# Maintainer: Sébastien Luttringer

pkgname=mailboot
pkgver=1
pkgver=2
pkgrel=1
pkgdesc='Send an email when your computer boot'
arch=('any')
url='https://github.com/seblu/mailboot'
license=('GPL')
depends=('bash' 'systemd')
depends=('bash' 'systemd' 'sed')
backup=('etc/mailboot.conf')
source=("http://ftp.seblu.net/softs/mailboot/$pkgname-$pkgver.tar.xz")
md5sums=('ec9e4791e77d78dfffce175b718feb66')
md5sums=('18f96784607eb387ec8ebc2ebfa3d8d6')

build() {
  cd $pkgname-$pkgver
  ./configure --prefix=/usr
  ./configure --prefix=/usr --sysconfdir=/etc
  make
}