Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

copy

copy with process bar

cmake

Specifying指定 directories cmake -B build -S .

-B option that automatically creates the build directory.
-S option specifies the source directory (where to search for a CMakeLists.txt file)

build cmake --build build
install cmake --install build --prefix "/usr"

/usr/bin/copy
/usr/lib/libProgress.so
/usr/local/lib/libFile.so
/usr/local/include/file.h
/usr/local/include/progress.h
/usr/local/include/progress.h

cpack cmake --build build --target cpack

Archlinux PKGBUILD

mkdir -p ~/aur/copy
cp PKGBUILD ~/aur/copy
cd ~/aur/copy
makepkg -sirc
sudo pacman -Rs copy-git

About

copy with progress bar

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages