mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/util-linux: split hexdump from util-linux
This commit is contained in:
parent
48effafc30
commit
aa68d2c2a6
@ -9,7 +9,7 @@ case $pkgver in
|
||||
*.*) _v=$pkgver;;
|
||||
esac
|
||||
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Random collection of Linux utilities"
|
||||
url="https://git.kernel.org/cgit/utils/util-linux/util-linux.git"
|
||||
arch="all"
|
||||
@ -23,7 +23,7 @@ source="https://www.kernel.org/pub/linux/utils/util-linux/v$_v/util-linux-$pkgve
|
||||
"
|
||||
subpackages="$pkgname-doc $pkgname-dev $pkgname-bash-completion:bashcomp:noarch
|
||||
libuuid libblkid libmount libsmartcols libfdisk sfdisk cfdisk
|
||||
findmnt:_findmnt mcookie blkid setpriv"
|
||||
findmnt:_findmnt mcookie blkid setpriv hexdump"
|
||||
if [ -z "$BOOTSTRAP" ]; then
|
||||
makedepends_host="$makedepends_host python3-dev"
|
||||
subpackages="$subpackages py3-libmount:_py3"
|
||||
@ -168,5 +168,12 @@ _py3() {
|
||||
mv "$pkgdir"/usr/lib/python* "$subpkgdir"/usr/lib/
|
||||
}
|
||||
|
||||
hexdump() {
|
||||
pkgdesc="hexdump from util-linux"
|
||||
depends=""
|
||||
mkdir -p "$subpkgdir"/usr/bin
|
||||
mv "$pkgdir"/usr/bin/hexdump "$subpkgdir"/usr/bin
|
||||
}
|
||||
|
||||
sha512sums="6e27e08bfc02378970f015decfea5a52d6c342c4c8f4ac48dd07d248485eb797e506d91d290dbbca344c3e5cfe1fc150db80a23d510367427232f5abeabe591a util-linux-2.35.1.tar.xz
|
||||
876bb9041eca1b2cca1e9aac898f282db576f7860aba690a95c0ac629d7c5b2cdeccba504dda87ff55c2a10b67165985ce16ca41a0694a267507e1e0cafd46d9 ttydefaults.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user