Skip to content

aiclr/copy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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