Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
archrelease: copy trunk to testing-x86_64
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@365311 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
antonio-rojas committed Oct 22, 2019
1 parent 86901b7 commit 3b34907
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions libtommath/repos/testing-x86_64/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Maintainer: Giovanni Scafora <[email protected]>
# Contributor: suasageandeggs <[email protected]>
# Contributor: Michael Fellinger <[email protected]>

pkgname=libtommath
pkgver=1.2.0
pkgrel=1
pkgdesc="Highly optimized and portable routines for integer based number theoretic applications"
url="http://www.libtom.org/"
license=('custom')
arch=('x86_64')
depends=('glibc')
options=(staticlibs)
source=("https://github.com/libtom/libtommath/releases/download/v$pkgver/ltm-$pkgver.tar.xz")
sha256sums=('b7c75eecf680219484055fcedd686064409254ae44bc31a96c5032843c0e18b1')

build() {
cd $pkgname-$pkgver

make -f makefile.shared IGNORE_SPEED=1
}

package() {
cd $pkgname-$pkgver

make -f makefile.shared PREFIX=/usr DESTDIR="$pkgdir" INSTALL_GROUP=root install
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}

0 comments on commit 3b34907

Please sign in to comment.