Package Details: stenc 1.1.1-1

Git Clone URL: https://aur.archlinux.org/stenc.git (read-only, click to copy)
Package Base: stenc
Description: SCSI Tape Encryption Manager
Upstream URL: https://github.com/scsitape/stenc
Licenses: GPLv2
Submitter: fukawi2
Maintainer: carbonosity
Last Packager: carbonosity
Votes: 1
Popularity: 0.009663
First Submitted: 2013-12-20 00:58 (UTC)
Last Updated: 2022-07-28 04:37 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Latest Comments

NilsBrause commented on 2023-10-06 16:24 (UTC) (edited on 2023-10-06 16:32 (UTC) by NilsBrause)

Please update the package. stenc 2.0.0 has been released on May 14th.

Suggested PKGBUILD:

pkgname=stenc
pkgver=2.0.0
pkgrel=1
pkgdesc="SCSI Tape Encryption Manager"
arch=('i686' 'x86_64')
license=('GPLv2')
url="https://github.com/scsitape/stenc"
source=("https://github.com/scsitape/${pkgname}/archive/${pkgver}.tar.gz")
sha512sums=('9dcdcff547d8f0d1fd99eaaf54812e47ca5a3f4e56befe11d7e32919bc7caa968476f0f082925c86be1e9892369cec26125be089bf11f29c87ca63b3614ebffe')
depends=('pandoc')

build() {
  cd "$srcdir"/$pkgname-$pkgver

  autoreconf --install
  ./configure \
    --prefix=/usr \
    --sysconfdir=/etc
  make
}

package() {
  cd "$srcdir"/$pkgname-$pkgver

  make DESTDIR="$pkgdir" install
}

fukawi2 commented on 2020-09-29 02:01 (UTC)

Disowned.

fukawi2 commented on 2018-10-03 04:33 (UTC)

Thanks, updated.

Darkimmortal commented on 2018-09-24 15:27 (UTC)

New URL: https://github.com/scsitape/${pkgname}/archive/${pkgver}.tar.gz

MD5 sum has also changed from previous 1.0.7 package