mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-04 07:21:40 +01:00
25 lines
725 B
Plaintext
25 lines
725 B
Plaintext
# Contributor: Sodface <sod@sodface.com>
|
|
# Maintainer: Sodface <sod@sodface.com>
|
|
pkgname=pps-tools
|
|
pkgver=1.0.2
|
|
pkgrel=0
|
|
pkgdesc="User-space tools for LinuxPPS"
|
|
url="https://github.com/redlab-i/pps-tools"
|
|
arch="all"
|
|
license="GPL-2.0-only"
|
|
options="!check" # no test suite
|
|
makedepends="linux-headers"
|
|
subpackages="$pkgname-dev"
|
|
source="pps-tools-v$pkgver.tar.gz::https://github.com/redlab-i/pps-tools/archive/refs/tags/v$pkgver.tar.gz"
|
|
|
|
build() {
|
|
make
|
|
}
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir/usr/bin/" "$pkgdir/usr/include/sys/"
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="fa86455ece83700d5a1c522082f78ed324927fb9f53d3cf5f615a566a39e54938a41e82b6d4ae23d57c273fb923f96db4ca2d071199795d020952703afa53fcb pps-tools-v1.0.2.tar.gz"
|