aboutsummaryrefslogblamecommitdiffstats
path: root/sat/PKGBUILD
blob: f2db42667cba7db7bc4f0dec110b0c8521e0773a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
                                                                               

           
          








                                                      
                                                                             













                                    
# Maintainer: Mattias Andrée <`base64 -d`(bWF0dGlhcy5hbmRyZWU)@protonmail.com>

pkgname=sat
pkgver=1.1
pkgrel=1
pkgdesc="A simple alternative to at"
arch=(i686 x86_64)
url="https://github.com/maandree/sat"
license=('MIT' 'custom:GFDL1.3')
depends=('linux>=2.6.39' glibc)
makedepends=(glibc make coreutils gcc 'texinfo>=4.11')
install=$pkgname.install
source=($url/archive/$pkgver.tar.gz)
sha256sums=(a0453ffcc376a5a13bc4687927e0c2c972a6f776783687e946435b76b417b07b)


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


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