extra/shhopt to 1.1.7-7

This commit is contained in:
Kevin Mihelich 2024-07-13 22:23:35 +00:00
parent b0224ee8f8
commit b2b2da812e
2 changed files with 14 additions and 2 deletions

12
extra/shhopt/.SRCINFO Normal file
View 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

View file

@ -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