bsdtar-ponyfill: new ptrcport
This commit is contained in:
parent
380f91d731
commit
118beba27b
1 changed files with 20 additions and 0 deletions
20
bsdtar-ponyfill/APKBUILD
Normal file
20
bsdtar-ponyfill/APKBUILD
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
|
||||||
|
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
||||||
|
pkgname=bsdtar-ponyfill
|
||||||
|
pkgver=1
|
||||||
|
pkgrel=0
|
||||||
|
pkgdesc="symlink to bsdtar in /bin/tar"
|
||||||
|
url="https://git.ptrc.gay/ptrcnull/ptrcports"
|
||||||
|
arch="noarch"
|
||||||
|
license="Unlicense"
|
||||||
|
depends="cmd:bsdtar"
|
||||||
|
options="!check" # is symlink
|
||||||
|
|
||||||
|
replaces="tar"
|
||||||
|
provides="tar"
|
||||||
|
|
||||||
|
package() {
|
||||||
|
mkdir -p "$pkgdir"/bin
|
||||||
|
ln -svf /usr/bin/bsdtar "$pkgdir"/bin/tar
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue