1 # Maintainer: Gaetan Bisson <bisson@archlinux.org>
2 # Contributor: dorphell <dorphell@archlinux.org>
7 pkgdesc='Revision Control System: manages multiple revisions of files'
8 url='https://www.gnu.org/software/rcs/'
12 validpgpkeys=('748EA0E81CB8A7489BFA6CE4670322244C807502')
13 source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.lz"{,.sig})
14 sha256sums=('43ddfe10724a8b85e2468f6403b6000737186f01e60e0bd62fde69d842234cc5'
18 cd ${pkgname}-${pkgver}
19 ./configure --prefix=/usr
24 cd ${pkgname}-${pkgver}
29 cd ${pkgname}-${pkgver}
30 make prefix="${pkgdir}/usr" install