blob: 7e4f38aba1d8a7ed0816389271de35a26fb7cc0a (
plain)
1 # Description: Compacts directories by replacing duplicate files by symbolic links and placing the origional files in ./common-files
2 # URL: https://bootlin.com/blog/clink/
3 # Maintainer: Danny Rawlins, crux at romster dot me
4 # Depends on: python
5
6 name=clink
7 version=1.1.1
8 release=2
9 source=(https://bootlin.com/pub/utils/clink/clink-$version)
10
11 build() {
12 install -D -m755 clink-$version $PKG/usr/bin/clink
13 }
|