forked from ports/contrib
14 lines
406 B
Plaintext
14 lines
406 B
Plaintext
# Description: Compacts directories by replacing duplicate files by symbolic links and placing the origional files in ./common-files
|
|
# URL: https://bootlin.com/blog/clink/
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
|
# Depends on: python
|
|
|
|
name=clink
|
|
version=1.1.1
|
|
release=2
|
|
source=(https://bootlin.com/pub/utils/clink/clink-$version)
|
|
|
|
build() {
|
|
install -D -m755 clink-$version $PKG/usr/bin/clink
|
|
}
|