contrib/clink/Pkgfile

16 lines
486 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: http://free-electrons.com/community/tools/utils/clink/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me
# Depends on: python
name=clink
version=1.1.1
release=1
2007-04-01 08:17:02 +02:00
source=(http://free-electrons.com/pub/utils/clink/clink-$version)
build() {
2007-04-01 08:17:02 +02:00
install -D -m755 clink-$version $PKG/usr/bin/clink
}