Date: Tuesday, March 7, 2023 @ 17:27:15
Author: blakkheim
Revision: 1416724
archrelease: copy trunk to community-x86_64
Added:
byacc/repos/community-x86_64/PKGBUILD
(from rev 1416723, byacc/trunk/PKGBUILD)
byacc/repos/community-x86_64/keys/
Deleted:
byacc/repos/community-x86_64/PKGBUILD
byacc/repos/community-x86_64/keys/
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-07 17:26:45 UTC (rev 1416723)
+++ PKGBUILD 2023-03-07 17:27:15 UTC (rev 1416724)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Maintainer: T.J. Townsend <[email protected]>
-# Contributor: Jaroslav Lichtblau <[email protected]>
-# Contributor: Jens Adam <[email protected]>
-# Contributor: Abel Stern <abel.stern AT gmail.com>
-# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
-
-pkgname=byacc
-pkgver=20221106
-pkgrel=1
-pkgdesc='Berkeley reimplementation of the Unix parser generator Yacc'
-url='https://invisible-island.net/byacc/'
-arch=('x86_64')
-license=('custom')
-depends=('glibc')
-replaces=('byacc-noconflict')
-source=(https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha512sums=('866933b4eb2296565ce70b4ade565e4679f3b652715f0066072bbcc42b95389fa47a2f96cd03de577807dcc49bf453b1d4f7e22b96c80fef1aa66898d3de5d5c'
- 'SKIP')
-validpgpkeys=('19882D92DDA4C400C22C0D56CC2AF4472167BE03') # Thomas Dickey
<[email protected]>
-
-build() {
- cd ${pkgname}-${pkgver}
- sed -n '/is distributed/,/distributed freely/p' README > LICENSE
- ./configure \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --program-transform=s,^,b, \
- --enable-btyacc
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
- install -Dm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
- install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: byacc/repos/community-x86_64/PKGBUILD (from rev 1416723,
byacc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-07 17:27:15 UTC (rev 1416724)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: T.J. Townsend <[email protected]>
+# Contributor: Jaroslav Lichtblau <[email protected]>
+# Contributor: Jens Adam <[email protected]>
+# Contributor: Abel Stern <abel.stern AT gmail.com>
+# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
+
+pkgname=byacc
+pkgver=20230219
+pkgrel=1
+pkgdesc='Berkeley reimplementation of the Unix parser generator Yacc'
+url='https://invisible-island.net/byacc/'
+arch=('x86_64')
+license=('custom')
+depends=('glibc')
+replaces=('byacc-noconflict')
+source=(https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
+sha512sums=('55fb9abc82afffb68a2167eb3f6211b1c2c91dda4f3b6004c01c46b2022bbec4ed8f793cfb86094eaa66decbd40d9e6f06af5b0da9d72f30ca0676aa38eb2d5e'
+ 'SKIP')
+validpgpkeys=('19882D92DDA4C400C22C0D56CC2AF4472167BE03') # Thomas Dickey
<[email protected]>
+
+build() {
+ cd ${pkgname}-${pkgver}
+ sed -n '/is distributed/,/distributed freely/p' README > LICENSE
+ ./configure \
+ --prefix=/usr \
+ --mandir=/usr/share/man \
+ --program-transform=s,^,b, \
+ --enable-btyacc
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+ install -Dm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
+ install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et: