mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/shhopt to 1.1.7-7
This commit is contained in:
parent
b0224ee8f8
commit
b2b2da812e
2 changed files with 14 additions and 2 deletions
12
extra/shhopt/.SRCINFO
Normal file
12
extra/shhopt/.SRCINFO
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
pkgbase = shhopt
|
||||||
|
pkgdesc = Library for parsing command line options
|
||||||
|
pkgver = 1.1.7
|
||||||
|
pkgrel = 7
|
||||||
|
url = https://shh.thathost.com/pub-unix
|
||||||
|
arch = x86_64
|
||||||
|
license = PerlArtistic
|
||||||
|
options = staticlibs
|
||||||
|
source = https://shh.thathost.com/pub-unix/files/shhopt-1.1.7.tar.gz
|
||||||
|
sha256sums = bae94335124efa6fcc2f0a55cabd68c9c90be935bcdb8054d7e5188e0d5da679
|
||||||
|
|
||||||
|
pkgname = shhopt
|
|
@ -6,14 +6,14 @@
|
||||||
|
|
||||||
pkgname=shhopt
|
pkgname=shhopt
|
||||||
pkgver=1.1.7
|
pkgver=1.1.7
|
||||||
pkgrel=6
|
pkgrel=7
|
||||||
pkgdesc="Library for parsing command line options"
|
pkgdesc="Library for parsing command line options"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://shh.thathost.com/pub-unix"
|
url="https://shh.thathost.com/pub-unix"
|
||||||
license=('PerlArtistic')
|
license=('PerlArtistic')
|
||||||
options=('staticlibs')
|
options=('staticlibs')
|
||||||
source=($url/files/$pkgname-$pkgver.tar.gz)
|
source=($url/files/$pkgname-$pkgver.tar.gz)
|
||||||
md5sums=('caf24206354296e8a48771aea1f47fbd')
|
sha256sums=('bae94335124efa6fcc2f0a55cabd68c9c90be935bcdb8054d7e5188e0d5da679')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue