contrib/clink/Pkgfile

14 lines
406 B
Plaintext
Raw Normal View History

2007-04-01 08:17:02 +02:00
# Description: Compacts directories by replacing duplicate files by symbolic links and placing the origional files in ./common-files
# URL: https://bootlin.com/blog/clink/
2014-11-10 13:28:07 +01:00
# 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() {
2007-04-01 08:17:02 +02:00
install -D -m755 clink-$version $PKG/usr/bin/clink
}