From bf4c24e7609bfb12f9246dcbc0b8bb1064708af6 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 8 Oct 2024 21:03:50 +0200 Subject: cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- pony/PKGBUILD | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 pony/PKGBUILD (limited to 'pony/PKGBUILD') diff --git a/pony/PKGBUILD b/pony/PKGBUILD deleted file mode 100644 index 3d76331..0000000 --- a/pony/PKGBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# Maintainer: Mattias Andrée -# Previous maintainer: Arch Haskell Team - -_hkgname=pony -pkgname=pony -pkgver=1.0 -pkgrel=3 -pkgdesc="Can I have a pony?" -url="http://hackage.haskell.org/package/${_hkgname}" -license=('custom:BSD3') -arch=('i686' 'x86_64') -makedepends=('ghc') -depends=('gmp') -options=('strip') -source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -build() { - cd ${srcdir}/${_hkgname}-${pkgver} - runhaskell Setup configure --prefix=/usr --docdir=/usr/share/doc/${pkgname} -O - runhaskell Setup build -} -package() { - cd ${srcdir}/${_hkgname}-${pkgver} - runhaskell Setup copy --destdir=${pkgdir} - install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE - rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE -} -md5sums=('10ce264fbbe185a3f6290017c5ea58b2') -- cgit v1.2.3-70-g09d2